Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion pages/stack/interop/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Documentation covering Interop devnet, Supersim in the Interop section of the OP
<Cards>
<Card title="Supersim" href="/stack/interop/tools/supersim" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Interop devnet - coming soon" href="/stack/interop/tools/devnet" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Interop devnet" href="/stack/interop/tools/devnet" icon={<img src="/img/icons/shapes.svg" />} />

</Cards>
2 changes: 1 addition & 1 deletion pages/stack/interop/tools/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"supersim": "Supersim Multichain Development Environment",
"devnet": "Interop devnet - coming soon"
"devnet": "Interop devnet"
}
45 changes: 27 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,15 @@ 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/).

Alternatively block explorers per chain can be found below:

1. Interop devnet 0: [Routescan](https://420120000.testnet.routescan.io/)
2. Interop devnet 1: [Routescan](https://420120001.testnet.routescan.io/)

## 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