Skip to content

Commit 65dd836

Browse files
authored
Update message-expiration.mdx
Address Skele's feedback from #1605 (comment)
1 parent 198805c commit 65dd836

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/interop/message-expiration.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ is_imported_content: 'false'
2222

2323
# Message expiration
2424

25-
[Initiating messages](/interop/message-passing) sent between OP Stack chains have a limited validity period called the expiry window. Once this window elapses, the initiating message becomes invalid and can no longer be referenced on the destination chain.
25+
[Messages](/interop/message-passing) referenced between OP Stack chains have a limited validity period called the expiry window. Once this window elapses, the referenced message becomes invalid and can no longer be referenced.
2626

27-
If a message expires before being relayed, developers can reemit the message on the source chain. This triggers a fresh `SentMessage` event, allowing offchain infrastructure to pick it up and relay it again ensuring successful delivery.
27+
For messages using [`L2ToL2CrossDomainMessenger`](/interop/message-passing), if a message expires before being referenced, developers can reemit the message on the source chain. This triggers a fresh `SentMessage` event, allowing offchain infrastructure to pick it up and relay it again ensuring successful delivery.
2828

2929
## The expiry window
3030

31-
The expiry window is an offchain constant, defined by [op-supervisor](/interop/op-supervisor), that defines how long a cross-chain message or event emmitted by a chain remains valid. For any chain in the [interop set](/interop/explainer#superchain-interop-cluster), messages must be executed within 7 days (604,800 seconds) of the initiating message being sent.
31+
The expiry window is an offchain constant, defined by [OP-Supervisor](/interop/op-supervisor), that defines how long a cross-chain message or event emmitted remains valid. For any chain in the [Superchain interop cluster](/interop/explainer#superchain-interop-cluster), messages must be reference within 7 days (604,800 seconds) of the log being created.
3232

33-
After this period, a message can no longer be executed on the destination chain unless the event is remitted on the source chain.
33+
After this period, a message can no longer be referenced unless the event is remitted.
3434

3535
## Reemitting an expired message
3636

0 commit comments

Comments
 (0)