Skip to content

Commit 649ae5c

Browse files
authored
Add context on auto-relayer for devnet
Adding explainer for auto-relayer
1 parent 982742b commit 649ae5c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/stack/interop/tools/devnet.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ Alternatively block explorers per chain can be found below:
7474
* Interop devnet 0: [Blockscout](https://optimism-interop-alpha-0.blockscout.com/), [Routescan](https://420120000.testnet.routescan.io/)
7575
* Interop devnet 1: [Blockscout](https://optimism-interop-alpha-1.blockscout.com/), [Routescan](https://420120001.testnet.routescan.io/)
7676

77+
## Superchain interop transaction relayer
78+
79+
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.
80+
81+
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).
82+
83+
7784
## Next steps
7885

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

0 commit comments

Comments
 (0)