diff --git a/pages/builders/app-developers/bridging/custom-bridge.mdx b/pages/builders/app-developers/bridging/custom-bridge.mdx index 4ad1eba25..23ea17319 100644 --- a/pages/builders/app-developers/bridging/custom-bridge.mdx +++ b/pages/builders/app-developers/bridging/custom-bridge.mdx @@ -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 diff --git a/pages/builders/app-developers/bridging/standard-bridge.mdx b/pages/builders/app-developers/bridging/standard-bridge.mdx index 4f0373add..ac2ee936f 100644 --- a/pages/builders/app-developers/bridging/standard-bridge.mdx +++ b/pages/builders/app-developers/bridging/standard-bridge.mdx @@ -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 diff --git a/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx b/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx index 7f6c0f1b4..4936f91fe 100644 --- a/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx +++ b/pages/builders/app-developers/tutorials/standard-bridge-custom-token.mdx @@ -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). diff --git a/pages/builders/app-developers/tutorials/standard-bridge-standard-token.mdx b/pages/builders/app-developers/tutorials/standard-bridge-standard-token.mdx index e08e19cce..93284fac1 100644 --- a/pages/builders/app-developers/tutorials/standard-bridge-standard-token.mdx +++ b/pages/builders/app-developers/tutorials/standard-bridge-standard-token.mdx @@ -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). diff --git a/pages/builders/tools/build/faucets.mdx b/pages/builders/tools/build/faucets.mdx index f824acbe2..7384de1b3 100644 --- a/pages/builders/tools/build/faucets.mdx +++ b/pages/builders/tools/build/faucets.mdx @@ -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 diff --git a/pages/builders/tools/op-tools/_meta.json b/pages/builders/tools/op-tools/_meta.json index b97fc7671..555e81b7d 100644 --- a/pages/builders/tools/op-tools/_meta.json +++ b/pages/builders/tools/op-tools/_meta.json @@ -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": { diff --git a/pages/builders/tools/overview.mdx b/pages/builders/tools/overview.mdx index 222e76700..596be82ad 100644 --- a/pages/builders/tools/overview.mdx +++ b/pages/builders/tools/overview.mdx @@ -48,7 +48,7 @@ If you are already familiar with [building on OP Mainnet](/chain/getting-started } /> - } /> + } /> } />