diff --git a/pages/app-developers/tutorials/bridging/standard-bridge-custom-token.mdx b/pages/app-developers/tutorials/bridging/standard-bridge-custom-token.mdx index 404f389ee..d8faaa108 100644 --- a/pages/app-developers/tutorials/bridging/standard-bridge-custom-token.mdx +++ b/pages/app-developers/tutorials/bridging/standard-bridge-custom-token.mdx @@ -88,7 +88,7 @@ This is just one example of the endless ways in which you could customize your L Copy the following example contract into your new file: - ```solidity file=/public/tutorials/standard-bridge-custom-token.sol#L1-L189 hash=07ca2fe7fcbbbe2dc06c07cb1fb72d91 + ```solidity file=/public/tutorials/standard-bridge-custom-token.sol#L1-L189 hash=087b70cdb85338a213497a64dd049322 ``` {

Review the example contract

} diff --git a/pages/stack/interop/tools.mdx b/pages/stack/interop/tools.mdx index 2a9f6d3c6..cd10b9e6f 100644 --- a/pages/stack/interop/tools.mdx +++ b/pages/stack/interop/tools.mdx @@ -26,4 +26,6 @@ Documentation covering Interop devnet, Supersim in the Interop section of the OP } /> + } /> + diff --git a/pages/stack/interop/tools/_meta.json b/pages/stack/interop/tools/_meta.json index 8a9739a64..ef9742fe1 100644 --- a/pages/stack/interop/tools/_meta.json +++ b/pages/stack/interop/tools/_meta.json @@ -1,4 +1,5 @@ { + "devnet": "Superchain interop devnet", "supersim": "Supersim Multichain Development Environment", - "devnet": "Interop devnet" + "rc-alpha": "Release Candidate Alpha devnet" } diff --git a/pages/stack/interop/tools/devnet.mdx b/pages/stack/interop/tools/devnet.mdx index bdccbe830..15948880c 100644 --- a/pages/stack/interop/tools/devnet.mdx +++ b/pages/stack/interop/tools/devnet.mdx @@ -1,6 +1,6 @@ --- -title: Interop devnet -description: Details on the public interoperability devnet +title: Superchain interop devnet +description: Details on the public Superchain interoperability devnet lang: en-US content_type: guide topic: interop-devnet @@ -20,13 +20,13 @@ is_imported_content: 'false' import { Callout, Tabs, Steps } from 'nextra/components' -# Interop devnet +# Superchain interop devnet - Interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications. + Superchain interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications. -The Interop devnet is a temporary public network of two OP Stack Sepolia instances that support Superchain interop enabling native ETH and SuperchainERC20 cross-chain token transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released. +The Superchain interop devnet is a temporary public network of two OP Stack Sepolia instances that support Superchain interop enabling native ETH and SuperchainERC20 cross-chain token transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released. ## Interop devnet 0 diff --git a/pages/stack/interop/tools/rc-alpha.mdx b/pages/stack/interop/tools/rc-alpha.mdx new file mode 100644 index 000000000..baf3fd89b --- /dev/null +++ b/pages/stack/interop/tools/rc-alpha.mdx @@ -0,0 +1,80 @@ +--- +title: Release candidate - Alpha +description: Details on the public Release candidate - Alpha devnet +lang: en-US +content_type: guide +topic: interop-devnet +personas: + - protocol-developer + - app-developer +categories: + - testnet + - protocol + - interoperability + - cross-chain-messaging + - devnet + - standard-bridge + - superchain-registry +is_imported_content: 'false' +--- + +import { Callout, Tabs, Steps } from 'nextra/components' + +# Release Candidate - Alpha + + + Release candidate - Alpha devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for protocol testing only, and should not be relied upon for mission-critical applications. + + + + Release Candidate - Alpha is meant only for protocol testing. If you're an application developer looking to test your interop-enabled application we recommend using the [Superchain interop devnet](https://docs.optimism.io/stack/interop/tools/devnet). + + +## Interop RC Alpha 0 + +| Parameter | Value | +| --------------------------- | -------------------------------------------------------------------------------- | +| Network Name | `interop-rc-alpha-0` | +| Chain ID | `420120003` | +| Currency Symbol1 | ETH | +| Block Explorer | n/a | +| Public RPC URL | [https://interop-rc-alpha-0.optimism.io](https://interop-rc-alpha-0.optimism.io) | +| Sequencer URL | [https://interop-rc-alpha-0.optimism.io](https://interop-rc-alpha-0.optimism.io) | +| OptimismPortal2 | `0xbd80b66b60a6c6580aa0a92783bdb4c42b1405c4` | + +## Interop RC Alpha 1 + +| Parameter | Value | +| --------------------------- | -------------------------------------------------------------------------------- | +| Network Name | `interop-rc-alpha-1` | +| Chain ID | `420120004` | +| Currency Symbol1 | ETH | +| Block Explorer | n/a | +| Public RPC URL | [https://interop-rc-alpha-1.optimism.io](https://interop-rc-alpha-1.optimism.io) | +| Sequencer URL | [https://interop-rc-alpha-1.optimism.io](https://interop-rc-alpha-1.optimism.io) | +| OptimismPortal2 | `0x92b3b2d4032492cd177fefa20e67c64826ccbc70` | + +1. The "currency symbol" is required by some wallets like MetaMask. +2. The `OptimismPortal` is a low-level contract responsible for passing messages between L1 and L2. You can send `ETH` directly to the portal to receive it to the sender address on the L2. + +## Bridging ETH to the Release Candidate - Alpha devnet + + + ### Get Sepolia ETH from the Superchain Faucet + + You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on Sepolia. + + ### Send the Sepolia ETH to the devnet + + You can send `ETH` directly to the `OptimismPortal` address and it will go to the same sender address on the devnet. + + ### Wait for bridging to complete + + It'll take approximately 2 minutes for the bridging process from Sepolia to L2 to complete and the `ETH` to appear in your wallet. + + +## Next steps + +* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain +* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain +* View more [interop tutorials](/stack/interop/tutorials)