Skip to content

Commit

Permalink
Merge pull request #313 from ethereum-optimism/fix/interop-links
Browse files Browse the repository at this point in the history
interop: add link to `SuperchainWETH`
  • Loading branch information
tynes authored Aug 7, 2024
2 parents afadeea + d723cac commit 211e1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/interop/predeploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function messageNonce() public view returns (uint256) {

To enable interoperability between chains that use a custom gas token, there is no native support for
sending `ether` between chains. `ether` must first be wrapped into WETH before sending between chains.
See [SuperchainWETH](./superchain-weth.md) for more information.

### Interfaces

Expand Down

0 comments on commit 211e1bb

Please sign in to comment.