Skip to content
Closed
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
40 changes: 37 additions & 3 deletions pages/chain/networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
| Contract Addresses | Refer to the [Contract Addresses page](/chain/addresses#mainnet) |
| Connect Wallet | [Click here to connect your wallet to OP Mainnet](https://chainid.link?network=optimism) |

1. The "currency symbol" is required by some wallets like MetaMask.
2. The sequencer URL is write only.

## OP Sepolia

| Parameter | Value |
Expand All @@ -44,5 +41,42 @@
| Contract Addresses | Refer to the [Contract Addresses page](/chain/addresses#testnet-sepolia) |
| Connect Wallet | [Click here to connect your wallet to OP Sepolia](https://chainid.link?network=op-sepolia) |

## Interop Devnet

<Callout type="warning">
The Interop Devnet is a temporary public network of two OP Stack Sepolia instances that supports SuperERC20 tokens, native cross-chain messaging, and cross-chain ETH transfers. This network will be deprecated once Devnet Stable is released.
</Callout>

### Interop Devnet 0

| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
| Network Name | `Interop Devnet 0` |
| Chain ID | `11473209` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://optimism-interop-devnet-0.blockscout.com](https://optimism-interop-devnet-0.blockscout.com) |
| Public RPC URL | [https://interop-devnet-0.optimism.io](https://interop-devnet-0.optimism.io) |
| Sequencer URL<sup>2</sup> | [https://interop-devnet-0.optimism.io](https://interop-devnet-0.optimism.io) |
| OptimismPortal<sup>3</sup> | `0xb081417d0578d70eb6bee7bfa646ef8c283eb35a` |

### Interop Devnet 1

| Parameter | Value |
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
| Network Name | `Interop Devnet 1` |
| Chain ID | `21473209` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | [https://optimism-interop-devnet-1.blockscout.com](https://optimism-interop-devnet-1.blockscout.com) |
| Public RPC URL | [https://interop-devnet-1.optimism.io](https://interop-devnet-1.optimism.io) |
| Sequencer URL<sup>2</sup> | [https://interop-devnet-1.optimism.io](https://interop-devnet-1.optimism.io) |
| OptimismPortal<sup>3</sup> | `0x85894f229575681130ac2f2365917cf156f8e75a` |

1. The "currency symbol" is required by some wallets like MetaMask.
2. The sequencer URL is write only.
3. The OptimismPortal address is used for bridging ETH from Sepolia to the respective devnet.

To get ETH on the Interop Devnets:

1. Get Sepolia ETH from [console.optimism.io/faucet](https://console.optimism.io/faucet)

Check warning on line 80 in pages/chain/networks.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect indentation before bullet: remove 2 spaces
2. Transfer the Sepolia ETH to the OptimismPortal address of your desired devnet

Check warning on line 81 in pages/chain/networks.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect indentation before bullet: remove 2 spaces
3. Wait approximately 2 minutes for the bridging process to complete

Check warning on line 82 in pages/chain/networks.mdx

View workflow job for this annotation

GitHub Actions / lint

Incorrect indentation before bullet: remove 2 spaces
3 changes: 1 addition & 2 deletions words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ productionize
productionized
Protip
Proxied
Proxyd
proxyd
pseudorandomly
Pyth
Expand Down Expand Up @@ -375,7 +376,6 @@ Thirdweb
threadcreate
tility
timeseries
Tranfer
trustlessly
trustrpc
txfeecap
Expand All @@ -401,7 +401,6 @@ vmdebug
VMODULE
vmodule
voxel
wagmi
Warpcast
xlarge
XORI
Expand Down
Loading