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
Copy file name to clipboardExpand all lines: pages/interop/reading-logs.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@ This enables developers to:
27
27
* Build cross-chain applications that react to events happening across the Superchain.
28
28
* Create novel applications that leverage data from multiple chains.
29
29
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
+
30
34
## Why use `CrossL2Inbox`?
31
35
32
36
***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