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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Bridging native cross-chain ETH transfers
3
-
description: Learn how to bridge native cross-chain ETH transfers.
2
+
title: Transferring ETH
3
+
description: Learn how to transfer ETH across the Superchain interop cluster
4
4
lang: en-US
5
5
content_type: tutorial
6
6
topic: bridging-native-cross-chain-eth-transfers
@@ -25,18 +25,18 @@ import { AutorelayCallout } from '@/components/AutorelayCallout'
25
25
26
26
<InteropCallout />
27
27
28
-
# Bridging native cross-chain ETH transfers
28
+
# Transferring ETH
29
29
30
30
<Callout>
31
-
This tutorial provides step-by-step instructions for bridging ETH from one Superchain Interop chain to another.
31
+
This tutorial provides step-by-step instructions for how to send ETH from one chain in the Superchain interop cluster to another.
32
32
For a conceptual overview,
33
33
see the [interoperable ETH explainer](/stack/interop/superchain-weth).
34
34
</Callout>
35
35
36
36
## Overview
37
37
38
38
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.
39
-
This tutorial walks through how to send native ETH from one chain to another.
39
+
This tutorial walks through how to send ETH from one chain to another.
40
40
You can do this on [Supersim](/stack/interop/tools/supersim), [the Interop devnet](/stack/interop/tools/devnet), or production once it is released.
0 commit comments