Skip to content

Commit e8ff86d

Browse files
authored
Merge pull request #1358 from ethereum-optimism/zainbacchus-patch-3
Add Blockscout to Devnet
2 parents 1d30ccb + ef40db5 commit e8ff86d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/stack/interop/tools/devnet.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
2121
| Network Name | `interop-alpha-0` |
2222
| Chain ID | `420120000` |
2323
| Currency Symbol<sup>1</sup> | ETH |
24-
| Explorer | [https://420120000.testnet.routescan.io/](https://420120000.testnet.routescan.io/) |
24+
| Block Explorer | [https://optimism-interop-alpha-0.blockscout.com/](https://optimism-interop-alpha-0.blockscout.com/), [https://420120000.testnet.routescan.io/](https://420120000.testnet.routescan.io/) |
2525
| Public RPC URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
2626
| Sequencer URL | [https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.io) |
2727
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |
@@ -33,7 +33,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
3333
| Network Name | `interop-alpha-1` |
3434
| Chain ID | `420120001` |
3535
| Currency Symbol<sup>1</sup> | ETH |
36-
| Explorer | [https://420120001.testnet.routescan.io/](https://420120001.testnet.routescan.io/) |
36+
| Block Explorer | [https://optimism-interop-alpha-1.blockscout.com/](https://optimism-interop-alpha-1.blockscout.com/), [https://420120001.testnet.routescan.io/](https://420120001.testnet.routescan.io/) |
3737
| Public RPC URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
3838
| Sequencer URL | [https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io) |
3939
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |
@@ -46,7 +46,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
4646
<Steps>
4747
### Get Sepolia ETH
4848

49-
You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get ether on Sepolia.
49+
You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on Sepolia.
5050

5151
### Send the Sepolia ETH to the devnet
5252

@@ -63,8 +63,8 @@ A unified block explorer of the Interop Devnet can be found here [https://sid.te
6363

6464
Alternatively block explorers per chain can be found below:
6565

66-
1. Interop devnet 0: [Routescan](https://420120000.testnet.routescan.io/)
67-
2. Interop devnet 1: [Routescan](https://420120001.testnet.routescan.io/)
66+
* Interop devnet 0: [Blockscout](https://optimism-interop-alpha-0.blockscout.com/), [Routescan](https://420120000.testnet.routescan.io/)
67+
* Interop devnet 1: [Blockscout](https://optimism-interop-alpha-1.blockscout.com/), [Routescan](https://420120001.testnet.routescan.io/)
6868

6969
## Next steps
7070

0 commit comments

Comments
 (0)