Skip to content

Commit fc712c4

Browse files
Next steps and logs reference
1 parent ac54be7 commit fc712c4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pages/interop/message-expiration.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@ The process to reemit an expired message:
4848
* `_target`: Target contract or wallet address.
4949
* `message`: Message payload to call target with.
5050

51-
2. [Relay the new message](/interop/message-passing) as normal.
51+
2. [Relay the new message](C/interop/message-passing) as normal.
52+
53+
## Next steps
54+
55+
* [Build a revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
56+
* Learn how to [pass messages between blockchains](/interop/tutorials/message-passing)
57+
* Deploy a [SuperchainERC20](/interop/tutorials/deploy-superchain-erc20) to the Superchain

pages/interop/reading-logs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This enables developers to:
2727
* Build cross-chain applications that react to events happening across the Superchain.
2828
* Create novel applications that leverage data from multiple chains.
2929

30+
<callout>
31+
The destination chain must execute initiating message or event within the [expiry window of 7 days](interop/message-expiration).
32+
</callout>
33+
3034
## Why use `CrossL2Inbox`?
3135

3236
* **Reference existing logs**: Allows contracts to verify and use logs that were already emitted, without requiring those logs to have been sent as cross-chain messages.

0 commit comments

Comments
 (0)