You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/stack/interop/tutorials/bridge-crosschain-eth.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ import { AutorelayCallout } from '@/components/AutorelayCallout'
15
15
<Callout>
16
16
This tutorial provides step-by-step instructions for bridging ETH from one Superchain Interop chain to another.
17
17
For a conceptual overview,
18
-
see the [interoperable ETH explainer](../superchain-weth).
18
+
see the [interoperable ETH explainer](/stack/interop/superchain-weth).
19
19
</Callout>
20
20
21
21
## Overview
22
22
23
23
Crosschain ETH transfers in the Superchain are facilitated through the [SuperchainWETH](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/SuperchainWETH.sol) contract.
24
24
This tutorial walks through how to send native ETH from one chain to another.
25
-
You can do this on [Supersim](../tools/supersim), [the Interop devnet](../tools/devnet), or production once it is released.
25
+
You can do this on [Supersim](/stack/interop/tools/supersim), [the Interop devnet](/stack/interop/tools/devnet), or production once it is released.
26
26
27
27
### What you'll build
28
28
@@ -68,7 +68,7 @@ The tutorial uses these primary tools:
68
68
69
69
### Configure the network
70
70
71
-
You can run this tutorial either with [Supersim](../tools/supersim) running locally, or using the [Interop devnet](../tools/devnet).
71
+
You can run this tutorial either with [Supersim](/stack/interop/tools/supersim) running locally, or using the [Interop devnet](/stack/interop/tools/devnet).
0 commit comments