Skip to content

Commit

Permalink
Merge pull request #953 from szymcio32/deployment-contracts-url-fix
Browse files Browse the repository at this point in the history
deployment contracts url fix
  • Loading branch information
sbvegan authored Nov 3, 2023
2 parents 90f2073 + 014c7d3 commit 4f82093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docs/developers/bridge/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ contract MyOtherContract {

::: tip Using the messenger contracts
Our messenger contracts, the [`L1CrossDomainMessenger`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L1/L1CrossDomainMessenger.sol) and [`L2CrossDomainMessenger`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2CrossDomainMessenger.sol), always come pre-deployed to each of our networks.
You can find the exact addresses of these contracts on our various deployments [inside of the Optimism monorepo](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts/deployments).
You can find the exact addresses of these contracts on our various deployments [inside of the Optimism monorepo](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock/deployments).
:::

## Communication speed
Expand Down
4 changes: 2 additions & 2 deletions src/docs/useful-tools/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Such RPCs are either totally unsupported, or will return nonsensical values.
| Explorer | **[https://explorer.optimism.io](https://explorer.optimism.io)** |
| HTTP Endpoint | Optimism also provides this endpoint: **`https://mainnet.optimism.io`.** _But it is not for production systems and is rate limited._ |
| Sequencer URL<sup>1</sup> | **`https://mainnet-sequencer.optimism.io/`** |
| L1 Contract Addresses | [link](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts/deployments/mainnet#layer-1-contracts) |
| L2 Contract Addresses | [link](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts/deployments/mainnet#layer-2-contracts) |
| L1 Contract Addresses | [link](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock/deployments/optimism-mainnet) |
| L2 Contract Addresses | [link](https://github.com/ethereum-optimism/optimism/tree/develop/packages/contracts-bedrock/deployments/optimism-mainnet) |
| chainid.link | [https://chainid.link/?network=optimism](https://chainid.link/?network=optimism)

(1) The sequencer URL is write only, it only accepts `eth_sendRawTransaction` requests.
Expand Down

0 comments on commit 4f82093

Please sign in to comment.