Skip to content

Commit 3ab1ffa

Browse files
authored
Merge pull request #1349 from ethereum-optimism/zainbacchus-patch-3
Add routescan explorer
2 parents 3ebdbed + 800a961 commit 3ab1ffa

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

pages/stack/interop/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Documentation covering Interop devnet, Supersim in the Interop section of the OP
1313
<Cards>
1414
<Card title="Supersim" href="/stack/interop/tools/supersim" icon={<img src="/img/icons/shapes.svg" />} />
1515

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

1818
</Cards>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"supersim": "Supersim Multichain Development Environment",
3-
"devnet": "Interop devnet - coming soon"
3+
"devnet": "Interop devnet"
44
}

pages/stack/interop/tools/devnet.mdx

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
1616

1717
## Interop devnet 0
1818

19-
| Parameter | Value |
20-
| --------------------------- | ---------------------------------------------------------------------------- |
21-
| Network Name | `interop-alpha-0` |
22-
| Chain ID | `420120000` |
23-
| Currency Symbol<sup>1</sup> | ETH |
24-
| Explorer | 'TBA' |
25-
| Public RPC URL | '[https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io)' |
26-
| Sequencer URL | '[https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io)' |
27-
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |
19+
| Parameter | Value |
20+
| --------------------------- | ---------------------------------------------------------------------------------- |
21+
| Network Name | `interop-alpha-0` |
22+
| Chain ID | `420120000` |
23+
| Currency Symbol<sup>1</sup> | ETH |
24+
| Explorer | [https://420120000.testnet.routescan.io/](https://420120000.testnet.routescan.io/) |
25+
| Public RPC URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
26+
| Sequencer URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
27+
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |
2828

2929
## Interop devnet 1
3030

31-
| Parameter | Value |
32-
| --------------------------- | ---------------------------------------------------------------------------- |
33-
| Network Name | `interop-alpha-1` |
34-
| Chain ID | `420120001` |
35-
| Currency Symbol<sup>1</sup> | ETH |
36-
| Explorer | 'TBA' |
37-
| Public RPC URL | '[https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io)' |
38-
| Sequencer URL | '[https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io)' |
39-
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |
31+
| Parameter | Value |
32+
| --------------------------- | ---------------------------------------------------------------------------------- |
33+
| Network Name | `interop-alpha-1` |
34+
| Chain ID | `420120001` |
35+
| Currency Symbol<sup>1</sup> | ETH |
36+
| Explorer | [https://420120001.testnet.routescan.io/](https://420120001.testnet.routescan.io/) |
37+
| Public RPC URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
38+
| Sequencer URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
39+
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |
4040

4141
1. The "currency symbol" is required by some wallets like MetaMask.
4242
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.
@@ -57,6 +57,15 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
5757
It'll take approximately 2 minutes for the bridging process to complete and the ether to appear in your wallet.
5858
</Steps>
5959

60+
## Block explorers
61+
62+
A unified block explorer of the Interop Devnet can be found here [https://sid.testnet.routescan.io/](https://sid.testnet.routescan.io/).
63+
64+
Alternatively block explorers per chain can be found below:
65+
66+
1. Interop devnet 0: [Routescan](https://420120000.testnet.routescan.io/)
67+
2. Interop devnet 1: [Routescan](https://420120001.testnet.routescan.io/)
68+
6069
## Next steps
6170

6271
* Review the [Superchain Interop Explainer](../explainer) for answers to common questions about interoperability.

words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ GLOBALSLOTS
152152
globalslots
153153
gokzg
154154
growthepie
155-
Hackathon
156155
hardfork
157156
hardforks
158157
HEALTHCHECK

0 commit comments

Comments
 (0)