Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 23 additions & 18 deletions pages/stack/interop/tools/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc

## Interop devnet 0

| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------- |
| Network Name | `interop-alpha-0` |
| Chain ID | `420120000` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | '[https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io)' |
| Sequencer URL | '[https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io)' |
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |
| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------------- |
| Network Name | `interop-alpha-0` |
| Chain ID | `420120000` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://420120000.testnet.routescan.io/](https://420120000.testnet.routescan.io/) |
| Public RPC URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
| Sequencer URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |

## Interop devnet 1

| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------- |
| Network Name | `interop-alpha-1` |
| Chain ID | `420120001` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | '[https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io)' |
| Sequencer URL | '[https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io)' |
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |
| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------------- |
| Network Name | `interop-alpha-1` |
| Chain ID | `420120001` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://420120001.testnet.routescan.io/](https://420120001.testnet.routescan.io/) |
| Public RPC URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
| Sequencer URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |

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.
Expand All @@ -57,6 +57,11 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
It'll take approximately 2 minutes for the bridging process to complete and the ether to appear in your wallet.
</Steps>

## Block explorers
A unified block explorer of the Interop Devnet can be found here [https://sid.testnet.routescan.io/](https://sid.testnet.routescan.io/).

If you prefer block explorers per chain please see the above section.

## Next steps

* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.
Expand Down
1 change: 0 additions & 1 deletion words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ GLOBALSLOTS
globalslots
gokzg
growthepie
Hackathon
hardfork
hardforks
HEALTHCHECK
Expand Down