Skip to content

Commit

Permalink
Update cross-dom-comm/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stammler <stammler.s@gmail.com>
  • Loading branch information
qbzzt and sebastianst authored Jun 2, 2023
1 parent 047e7ac commit b3b713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross-dom-comm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ contract FromL1_ControlL2Greeter {
```

This is the address of [`Proxy_OVM_L1CrossDomainMessenger`](https://github.com/ethereum-optimism/optimism/blob/186e46a47647a51a658e699e9ff047d39444c2de/packages/contracts/deployments/goerli/Proxy__OVM_L1CrossDomainMessenger.json#L2) on Goerli.
To call L2 from L1 on mainnet, you need to [use this address]().
To call L2 from L1 on mainnet, you need to [use this address](https://github.com/ethereum-optimism/optimism/blob/186e46a47647a51a658e699e9ff047d39444c2de/packages/contracts/deployments/goerli/Proxy__OVM_L1CrossDomainMessenger.json#L2).
To call L1 from L2, on either mainnet or Goerli, use the address of `L2CrossDomainMessenger`, 0x4200000000000000000000000000000000000007.

```solidity
Expand Down

0 comments on commit b3b713b

Please sign in to comment.