Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
cpengilly committed Nov 8, 2024
1 parent e60d19d commit 13a836e
Showing 2 changed files with 31 additions and 39 deletions.
42 changes: 20 additions & 22 deletions pages/stack/interop/devnet.mdx
Original file line number Diff line number Diff line change
@@ -9,37 +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 | `TBA` |
| Chain ID | `TBA` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | 'TBA' |
| Sequencer URL | 'TBA' |
| OptimismPortal<sup>2</sup> | `TBD` |
| 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 | `TBA` |
| Chain ID | `TBA` |
| Currency Symbol<sup>1</sup> | ETH |
| Explorer | 'TBA' |
| Public RPC URL | 'TBA' |
| Sequencer URL | 'TBA' |
| OptimismPortal<sup>2</sup> | `TBD` |
| 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.
@@ -60,8 +59,7 @@ NOTE: The current Interop devnet has been deprecated. This page will be updated
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
@@ -17,6 +10,7 @@ Allnodes
Allocs
allocs
ANDI
Ankr
Apeworx
Arweave
authrpc
@@ -156,12 +150,14 @@ holesky
IERC
IGNOREPRICE
ignoreprice
Immunefi
implicity
Inator
inator
INFLUXDBV
influxdbv
initcode
interchain
IPCDISABLE
ipcdisable
ipcfile
@@ -204,6 +200,7 @@ minsuggestedpriorityfee
Mintable
Mintplex
MIPSEVM
Mitigations
Monitorism
Moralis
Mordor
@@ -298,6 +295,8 @@ Proxied
Proxyd
proxyd
pseudorandomly
Pyth
Pyth's
QRNG
Quicknode
quicknode
@@ -332,6 +331,9 @@ safedb
Schnorr
secp
SELFDESTRUCT
SEPOLIA
Sepolia
sepolia
seqnr
SEQUENCERHTTP
sequencerhttp
@@ -363,6 +365,7 @@ Superchain
superchain
Superchain's
Superchainerc
superchainerc
Superchains
Superscan
Supersim
@@ -401,7 +404,7 @@ VMDEBUG
vmdebug
VMODULE
vmodule
wagmi
voxel
Warpcast
xlarge
XORI
@@ -410,12 +413,3 @@ ZKPs
ZKVM
Zora
zora
Sepolia
SEPOLIA
Immunefi
Mitigations
Pyth's
Pyth
voxel
Ankr
interchain

0 comments on commit 13a836e

Please sign in to comment.