Interop devnet
The Interop devnet is a temporary public network of two OP Stack Sepolia instances that supports SuperERC20 tokens, native cross-chain messaging, and cross-chain ETH transfers. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released.
Interop devnet 0
Parameter | Value |
---|---|
Network Name | Interop Devnet 0 |
Chain ID | 11473209 |
Currency Symbol1 | ETH |
Explorer | https://optimism-interop-devnet-0.blockscout.com (opens in a new tab) |
Public RPC URL | https://interop-devnet-0.optimism.io (opens in a new tab) |
Sequencer URL | https://interop-devnet-0.optimism.io (opens in a new tab) |
OptimismPortal2 | 0xb081417d0578d70eb6bee7bfa646ef8c283eb35a |
Interop devnet 1
Parameter | Value |
---|---|
Network Name | Interop Devnet 1 |
Chain ID | 21473209 |
Currency Symbol1 | ETH |
Explorer | https://optimism-interop-devnet-1.blockscout.com (opens in a new tab) |
Public RPC URL | https://interop-devnet-1.optimism.io (opens in a new tab) |
Sequencer URL | https://interop-devnet-1.optimism.io (opens in a new tab) |
OptimismPortal2 | 0x85894f229575681130ac2f2365917cf156f8e75a |
- 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. Messages sent directly to theOptimismPortal
have no form of replayability. You can send ether directly to the portal to receive it to the sender address on the L2.
Sending ETH to the interop devnets
Get Sepolia ETH
You can utilize the Superchain Faucet (opens in a new tab) to get ether on Sepolia.
Send the Sepolia ETH to the devnet
You can send ether 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 to complete and the ether to appear in your wallet.
Next steps
- Want to start with local development? Use Supersim, a local dev environment that simulates interop for testing applications against a local version of the Superchain.
- Read about interop message passing to see how you can implement it yourself on this devnet.