Skip to content

Commit

Permalink
Merge pull request #1099 from ethereum-optimism/zainbacchus-patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
zainbacchus authored Nov 8, 2024
2 parents 20d51d2 + 13a836e commit 72a4abc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 39 deletions.
44 changes: 22 additions & 22 deletions pages/stack/interop/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,36 @@ import { Callout, Tabs, Steps } from 'nextra/components'
# Interop devnet

<Callout>
Interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks is regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications.
Interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks is regularly updated and improved. Developers should expect some level of unreliability when interacting with the devnet. The devnet is intended for testing and development purposes only, and should not be relied upon for mission-critical applications.
</Callout>


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. As we iterate on Superchain interop, these networks will be deprecated once the next devnets are released.

NOTE: The current Interop devnet has been deprecated. This page will be updated once the next Interop devnet is live.

## 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 | [https://interop-devnet-0.optimism.io](https://interop-devnet-0.optimism.io) |
| OptimismPortal<sup>2</sup> | `0xb081417d0578d70eb6bee7bfa646ef8c283eb35a` |
| Parameter | Value |
| --------------------------- | ----- |
| Network Name | `TBA` |
| Chain ID | `TBA` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | 'TBA' |
| Sequencer URL | 'TBA' |
| OptimismPortal<sup>2</sup> | `TBD` |

## 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 | [https://interop-devnet-1.optimism.io](https://interop-devnet-1.optimism.io) |
| OptimismPortal<sup>2</sup> | `0x85894f229575681130ac2f2365917cf156f8e75a` |
| Parameter | Value |
| --------------------------- | ----- |
| Network Name | `TBA` |
| Chain ID | `TBA` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | 'TBA' |
| Sequencer URL | 'TBA' |
| OptimismPortal<sup>2</sup> | `TBD` |

1. The "currency symbol" is required by some wallets like MetaMask.
2. The `OptimismPortal` is a low-level contract responsible for passing messages between L1 and L2. Messages sent directly to the `OptimismPortal` have no form of replayability. You can send ether directly to the portal to receive it to the sender address on the L2.
Expand All @@ -58,8 +59,7 @@ The Interop devnet is a temporary public network of two OP Stack Sepolia instanc
It'll take approximately 2 minutes for the bridging process to complete and the ether to appear in your wallet.
</Steps>

## Next steps
## Next steps

* Want to start with local development? Use [Supersim](/stack/interop/supersim), a local dev environment that simulates interop for testing applications against a local version of the Superchain.
* Read about [interop message passing](/stack/interop/cross-chain-message) to see how you can implement it yourself on this devnet.

28 changes: 11 additions & 17 deletions words.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
Ankr
Immunefi
Mitigations
Pyth
Pyth's
Sepolia
voxel
ACCOUNTQUEUE
accountqueue
ACCOUNTSLOTS
Expand All @@ -17,6 +10,7 @@ Allnodes
Allocs
allocs
ANDI
Ankr
Apeworx
Arweave
authrpc
Expand Down Expand Up @@ -156,12 +150,14 @@ holesky
IERC
IGNOREPRICE
ignoreprice
Immunefi
implicity
Inator
inator
INFLUXDBV
influxdbv
initcode
interchain
IPCDISABLE
ipcdisable
ipcfile
Expand Down Expand Up @@ -204,6 +200,7 @@ minsuggestedpriorityfee
Mintable
Mintplex
MIPSEVM
Mitigations
Monitorism
Moralis
Mordor
Expand Down Expand Up @@ -298,6 +295,8 @@ Proxied
Proxyd
proxyd
pseudorandomly
Pyth
Pyth's
QRNG
Quicknode
quicknode
Expand Down Expand Up @@ -332,6 +331,9 @@ safedb
Schnorr
secp
SELFDESTRUCT
SEPOLIA
Sepolia
sepolia
seqnr
SEQUENCERHTTP
sequencerhttp
Expand Down Expand Up @@ -363,6 +365,7 @@ Superchain
superchain
Superchain's
Superchainerc
superchainerc
Superchains
Superscan
Supersim
Expand Down Expand Up @@ -401,7 +404,7 @@ VMDEBUG
vmdebug
VMODULE
vmodule
wagmi
voxel
Warpcast
xlarge
XORI
Expand All @@ -410,12 +413,3 @@ ZKPs
ZKVM
Zora
zora
Sepolia
SEPOLIA
Immunefi
Mitigations
Pyth's
Pyth
voxel
Ankr
interchain

0 comments on commit 72a4abc

Please sign in to comment.