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
7 changes: 7 additions & 0 deletions pages/stack/interop/tools/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Alternatively block explorers per chain can be found below:
* 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/)

## Superchain interop transaction relayer

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.

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/stack/interop/tutorials/message-passing#implement-manual-message-relaying).


## Next steps

* Review the [Superchain Interop Explainer](/stack/interop/explainer) for answers to common questions about interoperability.
Expand Down