Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Changes from 1 commit
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
36 changes: 18 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/)|
Comment thread
krofax marked this conversation as resolved.
Outdated
| 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 Down