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/builders/app-developers/bridging/standard-bridge.mdx
+15-17
Original file line number
Diff line number
Diff line change
@@ -191,11 +191,11 @@ The Standard Bridge contracts can also be used to bridge ETH from Ethereum to OP
191
191
The ETH bridging process is generally less complex than the ERC-20 bridging process.
192
192
Users simply need to trigger and send ETH to the [`bridgeETH`](https://github.com/ethereum-optimism/optimism/blob/2e647210882d961f04055e656590d90ad98c9934/packages/contracts-bedrock/src/universal/StandardBridge.sol#L143-L150) or [`bridgeETHTo`](https://github.com/ethereum-optimism/optimism/blob/2e647210882d961f04055e656590d90ad98c9934/packages/contracts-bedrock/src/universal/StandardBridge.sol#L152-L166) functions on either blockchain.
193
193
194
-
<Callout>
195
-
Users can also deposit ETH from Ethereum to OP Mainnet by sending a basic ETH transfer from an EOA to the `L1StandardBridgeProxy`.
196
-
This works because the `L1StandardBridgeProxy` contains a [`receive`](https://github.com/ethereum-optimism/optimism/blob/2e647210882d961f04055e656590d90ad98c9934/packages/contracts-bedrock/src/universal/StandardBridge.sol#L119-L121) function.
197
-
You can find the mainnet and testnet addresses on the [Contract Addresses](/chain/addresses) page.
198
-
</Callout>
194
+
<Callout>
195
+
Users can also deposit ETH from Ethereum to OP Mainnet by sending a basic ETH transfer from an EOA to the `L1StandardBridgeProxy`.
196
+
This works because the `L1StandardBridgeProxy` contains a [`receive`](https://github.com/ethereum-optimism/optimism/blob/2e647210882d961f04055e656590d90ad98c9934/packages/contracts-bedrock/src/universal/StandardBridge.sol#L119-L121) function.
197
+
You can find the mainnet and testnet addresses on the [Contract Addresses](/chain/addresses) page.
198
+
</Callout>
199
199
200
200
## Tutorials
201
201
@@ -221,18 +221,16 @@ You can easily find the bridged representation of a token for OP Mainnet on the
221
221
If you want to find the bridged representation of a token for another chain, use the following steps.
222
222
223
223
<Steps>
224
+
{<h3>Find the token you want to bridge</h3>}
224
225
225
-
{<h3>Find the token you want to bridge</h3>}
226
+
The Superchain Token List is organized by the token's address and native blockchain.
227
+
[Search the token list](https://github.com/ethereum-optimism/ethereum-optimism.github.io/blob/master/optimism.tokenlist.json) for the token you want to bridge to confirm that it's included in the list.
228
+
Make sure that the chain ID in the entry matches the chain ID of the blockchain you're bridging from.
229
+
Retrieve the token's name and symbol from the list.
226
230
227
-
The Superchain Token List is organized by the token's address and native blockchain.
228
-
[Search the token list](https://github.com/ethereum-optimism/ethereum-optimism.github.io/blob/master/optimism.tokenlist.json) for the token you want to bridge to confirm that it's included in the list.
229
-
Make sure that the chain ID in the entry matches the chain ID of the blockchain you're bridging from.
230
-
Retrieve the token's name and symbol from the list.
231
+
{<h3>Find the bridged representation of the token</h3>}
231
232
232
-
{<h3>Find the bridged representation of the token</h3>}
233
-
234
-
Once you've found the token you want to bridge, look for the token's name and symbol in the list.
235
-
Find the entry that matches the name and symbol of the token you want to bridge and where the chain ID matches the chain ID of the blockchain you're bridging to.
236
-
The address of this entry is the address of the bridged representation of the token you want to bridge.
237
-
238
-
</Steps>
233
+
Once you've found the token you want to bridge, look for the token's name and symbol in the list.
234
+
Find the entry that matches the name and symbol of the token you want to bridge and where the chain ID matches the chain ID of the blockchain you're bridging to.
235
+
The address of this entry is the address of the bridged representation of the token you want to bridge.
Copy file name to clipboardExpand all lines: pages/chain/tokenlist.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This page is automatically generated from the Superchain Token List.
20
20
21
21
### USDC on OP Mainnet
22
22
23
-
<Callouttype="warning">
23
+
<Callout>
24
24
The legacy bridged version of USDC (USDC.e) at address `0x7f5c764cbc14f9669b88837ca1490cca17c31607` is being deprecated on OP Mainnet.
25
25
Users and developers should migrate to using the native USDC token issued directly by [Circle](https://www.circle.com/en/), the issuer of [USDC](https://www.circle.com/en/usdc?gad_source=1).
0 commit comments