From ef40db546702a579685259abc590b7d3cbee901c Mon Sep 17 00:00:00 2001 From: Zain Bacchus Date: Wed, 12 Feb 2025 09:53:21 -0600 Subject: [PATCH] Add Blockscout to Devnet Adding Blockscout --- pages/stack/interop/tools/devnet.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/stack/interop/tools/devnet.mdx b/pages/stack/interop/tools/devnet.mdx index 6cf463aaa..8f7c5c5fd 100644 --- a/pages/stack/interop/tools/devnet.mdx +++ b/pages/stack/interop/tools/devnet.mdx @@ -21,7 +21,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc | Network Name | `interop-alpha-0` | | Chain ID | `420120000` | | Currency Symbol1 | ETH | -| Explorer | [https://420120000.testnet.routescan.io/](https://420120000.testnet.routescan.io/) | +| 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/) | | 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) | | OptimismPortal2 | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` | @@ -33,7 +33,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc | Network Name | `interop-alpha-1` | | Chain ID | `420120001` | | Currency Symbol1 | ETH | -| Explorer | [https://420120001.testnet.routescan.io/](https://420120001.testnet.routescan.io/) | +| 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/) | | 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) | | OptimismPortal2 | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` | @@ -46,7 +46,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc ### Get Sepolia ETH - You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get ether on Sepolia. + You can utilize the [Superchain Faucet](https://console.optimism.io/faucet) to get `ETH` on Sepolia. ### Send the Sepolia ETH to the devnet @@ -63,8 +63,8 @@ A unified block explorer of the Interop Devnet can be found here [https://sid.te 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/) +* Interop devnet 0: [Blockscout](https://optimism-interop-alpha-0.blockscout.com/), [Routescan](https://420120000.testnet.routescan.io/) +* Interop devnet 1: [Blockscout](https://optimism-interop-alpha-1.blockscout.com/), [Routescan](https://420120001.testnet.routescan.io/) ## Next steps