diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md index 4f5e77bb..599a280d 100644 --- a/docs/src/SUMMARY.md +++ b/docs/src/SUMMARY.md @@ -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 diff --git a/docs/src/examples/crosschain-eth-transfer.md b/docs/src/guides/interop/bridging-superchain-weth.md similarity index 99% rename from docs/src/examples/crosschain-eth-transfer.md rename to docs/src/guides/interop/bridging-superchain-weth.md index 20294139..a4fdd74d 100644 --- a/docs/src/examples/crosschain-eth-transfer.md +++ b/docs/src/guides/interop/bridging-superchain-weth.md @@ -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.