You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The current Interop devnet has been deprecated. This page will be updated once the next Interop devnet is live.
27
+
</Callout>
28
+
25
29
<Callout>
26
30
Superchain interop devnet is currently in active development and may experience periods of instability, including potential outages, as the networks are 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.
27
31
</Callout>
@@ -32,49 +36,25 @@ The Superchain interop devnet is a temporary public network of two OP Stack Sepo
| 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/)|
39
-
| Public RPC URL |[https://interop-alpha-0.optimism.io](https://interop-alpha-0.optimism.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/)|
63
-
| Public RPC URL |[https://interop-alpha-1.optimism.io](https://interop-alpha-1.optimism.io)|
1. The "currency symbol" is required by some wallets like MetaMask.
80
60
2. The `OptimismPortal` is a low-level contract responsible for passing messages between L1 and L2. You can send `ETH` directly to the portal to receive it to the sender address on the L2.
@@ -84,7 +64,7 @@ To support Superchain Interop and DeFi experimentation, Uni V4 has been deployed
84
64
<Steps>
85
65
### Get testnet ETH from the Superchain Faucet
86
66
87
-
You can utilize the [Superchain Faucet](https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs) to get `ETH` on `interop-alpha-0` and `interop-alpha-1`.
67
+
You can utilize the [Superchain Faucet](https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs) to get `ETH`.
88
68
</Steps>
89
69
90
70
## Bridging ETH to the interop devnet
@@ -96,28 +76,13 @@ To support Superchain Interop and DeFi experimentation, Uni V4 has been deployed
96
76
97
77
### Send the Sepolia ETH to the devnet
98
78
99
-
You can send `ETH` directly to the `OptimismPortal` address and it will go to the same sender address on the devnet. Alternatively, you can use this [bridge front end](https://interop-devnet.superbridge.app/) to bridge `ETH` from Sepolia to `interop-alpha-0` and `interop-alpha-1` or between `interop-alpha-0` and `interop-alpha-1`.
79
+
You can send `ETH` directly to the `OptimismPortal` address and it will go to the same sender address on the devnet. Alternatively, you can use this [bridge front end](https://interop-devnet.superbridge.app/) to bridge `ETH` from Sepolia.
100
80
101
81
### Wait for bridging to complete
102
82
103
83
It'll take approximately 2 minutes for the bridging process from Sepolia to L2 to complete and the `ETH` to appear in your wallet.
104
84
</Steps>
105
85
106
-
## Block explorers
107
-
108
-
A unified block explorer of the Interop Devnet can be found here [https://sid.testnet.routescan.io/](https://sid.testnet.routescan.io/).
109
-
110
-
Alternatively block explorers per chain can be found below:
Superchain cross-domain messages require two transactions. The first transaction creates an initiating message on the source chain. The second transaction creates an executing message on the destination chain.
118
-
119
-
To simplify user experience, the Superchain interop devnet has a relayer running that will automatically execute the second transaction. If your transaction does not get relayed or you prefer to relay manually you can do so by following this [tutorial](https://docs.optimism.io/interop/tutorials/message-passing#implement-manual-message-relaying).
120
-
121
86
## Next steps
122
87
123
88
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
0 commit comments