Skip to content

Commit

Permalink
Merge pull request #231 from ethereum-optimism/harry/fix-weth-docs
Browse files Browse the repository at this point in the history
feat: fix superchainweth docs
  • Loading branch information
tremarkley authored Oct 25, 2024
2 parents 1c8ae46 + 2f5375d commit 027b589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
- [Viem to send and relay interop messages](./guides/interop/relay-using-viem.md)
- [Manually relaying interop messages with cast](./guides/interop/manually-relaying-interop-messages-cast.md)
- [Writing cross-chain contract using `L2ToL2CrossDomainMessenger`](./guides/interop/writing-contract-using-l2cdm.md)
- [Bridging SuperchainWETH](./guides/interop/bridging-superchain-weth.md)
- [Calling a contract on destination chain]()
- [Bridging SuperchainWETH]()

# Examples

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crosschain ETH Transfer
# Bridging SuperchainWETH

Crosschain ETH transfers in the Superchain are facilitated through the SuperchainWETH contract. For more information on this checkout the spec for SuperchainWETH: https://specs.optimism.io/interop/superchain-weth.html.

Expand Down

0 comments on commit 027b589

Please sign in to comment.