Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/builders/app-developers/bridging/custom-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Consider directly extending or modifying the [`StandardBridge`](https://github.c
Doing so will provide you with an audited foundation upon which you can add extra logic.

If you choose not to extend the `StandardBridge` contract, you may still want to follow the interface that the `StandardBridge` provides.
Bridges that extend this interface will be compatible with the [OP Mainnet Bridge UI](https://app.optimism.io/bridge).
Bridges that extend this interface will be compatible with the [Superchain Bridges UI](https://app.optimism.io/bridge).
You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridge).

## The Superchain Token List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ The [Superchain Token List](/chain/tokenlist) exists to help users discover the
Consider checking this list to make sure that you're not using the wrong bridged representation of a token when bridging a native token.

Developers who are creating their own bridged tokens should consider [adding their token](https://github.com/ethereum-optimism/ethereum-optimism.github.io#adding-a-token-to-the-list) to the Superchain Token List.
Tokens on the Superchain Token List will automatically appear on certain tools like the [Optimism Bridge UI](https://app.optimism.io/bridge).
Tokens on the Superchain Token List will automatically appear on certain tools like the [Superchain Bridges UI](https://app.optimism.io/bridge).

### Searching the Token List

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ This is exactly what this tutorial was meant to demonstrate.
## Add to the Superchain Token List

The [Superchain Token List](https://github.com/ethereum-optimism/ethereum-optimism.github.io#readme) is a common list of tokens deployed on chains within the Optimism Superchain.
This list is used by services like the [Optimism Bridge UI](https://app.optimism.io/bridge).
This list is used by services like the [Superchain Bridges UI](https://app.optimism.io/bridge).
If you want your OP Mainnet token to be included in this list, take a look at the [review process and merge criteria](https://github.com/ethereum-optimism/ethereum-optimism.github.io#review-process-and-merge-criteria).
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ Check out the tutorial on [Bridging ERC-20 tokens with the Optimism SDK](./cross
## Add to the Superchain Token List

The [Superchain Token List](https://github.com/ethereum-optimism/ethereum-optimism.github.io#readme) is a common list of tokens deployed on chains within the Optimism Superchain.
This list is used by services like the [Optimism Bridge UI](https://app.optimism.io/bridge).
This list is used by services like the [Superchain Bridges UI](https://app.optimism.io/bridge).
If you want your OP Mainnet token to be included in this list, take a look at the [review process and merge criteria](https://github.com/ethereum-optimism/ethereum-optimism.github.io#review-process-and-merge-criteria).
2 changes: 1 addition & 1 deletion pages/builders/tools/build/faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET

## Bridge from Sepolia

If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice versa) using the [Optimism Bridge UI](https://app.optimism.io/bridge) or this collection of [Superchain Testnet Tools](https://www.superchain.tools/).
If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice versa) using the [Superchain Bridges UI](https://app.optimism.io/bridge) or this collection of [Superchain Testnet Tools](https://www.superchain.tools/).

## Inclusion Criteria

Expand Down
4 changes: 2 additions & 2 deletions pages/builders/tools/op-tools/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"newWindow": true
},
"bridge": {
"title": "OP Mainnet Bridge",
"href": "https://app.optimism.io/bridge/deposit",
"title": "Superchain Bridges",
"href": "https://app.optimism.io/bridge",
"newWindow": true
},
"sdk": {
Expand Down
2 changes: 1 addition & 1 deletion pages/builders/tools/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you are already familiar with [building on OP Mainnet](/chain/getting-started
<Cards>
<Card title="OP Mainnet Explorer" href="https://optimistic.etherscan.io/" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="OP Mainnet Bridge" href="https://app.optimism.io/bridge/deposit" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain Bridges" href="https://app.optimism.io/bridge" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Optimism SDK" href="https://sdk.optimism.io/" icon={<img src="/img/icons/shapes.svg" />} />

Expand Down