Skip to content

Commit 6b9a605

Browse files
authored
Merge pull request #1554 from ethereum-optimism/zainbacchus-patch-3
Update ETH tutorial title
2 parents 9c60ade + 807769a commit 6b9a605

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/stack/interop/tutorials/bridge-crosschain-eth.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
lang: en-US
55
content_type: tutorial
66
topic: bridging-native-cross-chain-eth-transfers
@@ -25,18 +25,18 @@ import { AutorelayCallout } from '@/components/AutorelayCallout'
2525

2626
<InteropCallout />
2727

28-
# Bridging native cross-chain ETH transfers
28+
# Transferring ETH
2929

3030
<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.
3232
For a conceptual overview,
3333
see the [interoperable ETH explainer](/stack/interop/superchain-weth).
3434
</Callout>
3535

3636
## Overview
3737

3838
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.
4040
You can do this on [Supersim](/stack/interop/tools/supersim), [the Interop devnet](/stack/interop/tools/devnet), or production once it is released.
4141

4242
### What you'll build

0 commit comments

Comments
 (0)