Skip to content

Commit 51c55e0

Browse files
committed
fix lint issues
1 parent aca8b18 commit 51c55e0

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

pages/builders/app-developers/bridging/standard-bridge.mdx

+15-17
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,11 @@ The Standard Bridge contracts can also be used to bridge ETH from Ethereum to OP
191191
The ETH bridging process is generally less complex than the ERC-20 bridging process.
192192
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.
193193

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>
199199

200200
## Tutorials
201201

@@ -221,18 +221,16 @@ You can easily find the bridged representation of a token for OP Mainnet on the
221221
If you want to find the bridged representation of a token for another chain, use the following steps.
222222

223223
<Steps>
224+
{<h3>Find the token you want to bridge</h3>}
224225

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.
226230

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>}
231232

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.
236+
</Steps>

pages/chain/tokenlist.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This page is automatically generated from the Superchain Token List.
2020

2121
### USDC on OP Mainnet
2222

23-
<Callout type="warning">
23+
<Callout>
2424
The legacy bridged version of USDC (USDC.e) at address `0x7f5c764cbc14f9669b88837ca1490cca17c31607` is being deprecated on OP Mainnet.
2525
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).
2626
</Callout>

0 commit comments

Comments
 (0)