NOTE: The current Interop devnet has been deprecated. This page will be updated once the next Interop devnet is live.
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.
Interop devnet 0
Parameter | Value |
---|---|
Network Name | |
Chain ID | |
Currency Symbol1 | ETH |
Block Explorer | |
Public RPC URL | |
Sequencer URL | |
OptimismPortal2 |
Interop devnet 1
Parameter | Value |
---|---|
Network Name | |
Chain ID | |
Currency Symbol1 | ETH |
Block Explorer | |
Public RPC URL | |
Sequencer URL | |
OptimismPortal2 |
- The “currency symbol” is required by some wallets like MetaMask.
- The
OptimismPortal
is a low-level contract responsible for passing messages between L1 and L2. You can sendETH
directly to the portal to receive it to the sender address on the L2.
Getting testnet ETH on the interop devnet
1
Get testnet ETH from the Superchain Faucet
You can utilize the Superchain Faucet to get
ETH
.Bridging ETH to the interop devnet
1
Get Sepolia ETH from the Superchain Faucet
You can utilize the Superchain Faucet to get
ETH
on Sepolia.2
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. Alternatively, you can use this bridge front end to bridge ETH
from Sepolia.3
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 that uses multiple blockchains within the Superchain
- Deploy a SuperchainERC20 to the Superchain
- View more interop tutorials