Skip to content
Merged
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
10 changes: 5 additions & 5 deletions pages/stack/interop/tools/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 Symbol<sup>1</sup> | 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) |
| OptimismPortal<sup>2</sup> | `0x7385d89d38ab79984e7c84fab9ce5e6f4815468a` |
Expand All @@ -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 Symbol<sup>1</sup> | 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) |
| OptimismPortal<sup>2</sup> | `0x55f5c4653dbcde7d1254f9c690a5d761b315500c` |
Expand All @@ -46,7 +46,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
<Steps>
### 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

Expand All @@ -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

Expand Down