Skip to content

Commit c93ba0a

Browse files
committed
cleanup
1 parent f77848f commit c93ba0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

protocol/interoperable-ether-transfers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document exists to align on a design for simplifying the process for sendin
44

55
# Summary
66

7-
New functionality is introduced to the `ETHLiquidity` contract that enables it to facilitate cross-chain `ETH` transfers to a specified recipient.
7+
New functionality is introduced to the `SuperchainWETH` contract that enables it to facilitate cross-chain `ETH` transfers to a specified recipient.
88

99
# Problem Statement + Context
1010

@@ -17,8 +17,8 @@ Currently, L2-to-L2 `ETH` transfers between two interoperable chains require fou
1717

1818
The goal is to reduce the transaction count from four to two, enabling users to send `ETH` to a destination chain directly:
1919

20-
1. Burn `ETH` on source chain and relay a message to destination chain that mints `ETH` to recipient on destination chain.
21-
2. Execute the relayed message on the destination chain that mints `ETH` to the recipient.
20+
1. Burn `ETH` on source chain and relay a message to destination chain that relays `ETH` to recipient on destination chain.
21+
2. Execute the relayed message on the destination chain that relays `ETH` to the recipient.
2222

2323
# Proposed Solution
2424

@@ -119,7 +119,7 @@ This solution does not eliminate the `SuperchainWETH` ERC20 token. `SuperchainWE
119119

120120
## Custom Gas Token Chains
121121

122-
To simplify the solution, custom gas token chains will not be supported and must follow the original four-transaction flow, which includes wrapping and unwrapping `SuperchainWETH`.
122+
To simplify the solution, the `SendETH` and `RelayETH` functions will not support custom gas token chains.
123123

124124
# Open Questions
125125
- **Long-term improvements**: Could this functionality eventually extend to custom gas token chains?

0 commit comments

Comments
 (0)