Skip to content

Commit bbcefd0

Browse files
authored
Merge pull request #695 from ethereum-optimism/superchain-bridges
superchain-bridges
2 parents d5cc79a + 1cfd3aa commit bbcefd0

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Consider directly extending or modifying the [`StandardBridge`](https://github.c
2626
Doing so will provide you with an audited foundation upon which you can add extra logic.
2727

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

3232
## The Superchain Token List

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The [Superchain Token List](/chain/tokenlist) exists to help users discover the
204204
Consider checking this list to make sure that you're not using the wrong bridged representation of a token when bridging a native token.
205205

206206
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.
207-
Tokens on the Superchain Token List will automatically appear on certain tools like the [Optimism Bridge UI](https://app.optimism.io/bridge).
207+
Tokens on the Superchain Token List will automatically appear on certain tools like the [Superchain Bridges UI](https://app.optimism.io/bridge).
208208

209209
### Searching the Token List
210210

pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ This is exactly what this tutorial was meant to demonstrate.
124124
## Add to the Superchain Token List
125125

126126
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.
127-
This list is used by services like the [Optimism Bridge UI](https://app.optimism.io/bridge).
127+
This list is used by services like the [Superchain Bridges UI](https://app.optimism.io/bridge).
128128
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).

pages/builders/app-developers/tutorials/standard-bridge-standard-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ Check out the tutorial on [Bridging ERC-20 tokens with the Optimism SDK](./cross
104104
## Add to the Superchain Token List
105105

106106
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.
107-
This list is used by services like the [Optimism Bridge UI](https://app.optimism.io/bridge).
107+
This list is used by services like the [Superchain Bridges UI](https://app.optimism.io/bridge).
108108
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).

pages/builders/tools/build/faucets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET
4242

4343
## Bridge from Sepolia
4444

45-
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/).
45+
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/).
4646

4747
## Inclusion Criteria
4848

pages/builders/tools/op-tools/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"newWindow": true
66
},
77
"bridge": {
8-
"title": "OP Mainnet Bridge",
9-
"href": "https://app.optimism.io/bridge/deposit",
8+
"title": "Superchain Bridges",
9+
"href": "https://app.optimism.io/bridge",
1010
"newWindow": true
1111
},
1212
"sdk": {

pages/builders/tools/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you are already familiar with [building on OP Mainnet](/chain/getting-started
4848
<Cards>
4949
<Card title="OP Mainnet Explorer" href="https://optimistic.etherscan.io/" icon={<img src="/img/icons/shapes.svg" />} />
5050

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

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

0 commit comments

Comments
 (0)