@@ -24,7 +24,6 @@ Instead of relying solely on [L2ToL2CrossDomainMessenger](https://github.com/eth
24
24
25
25
This enables developers to:
26
26
27
- * Reference attestations or events from other chains.
28
27
* Build cross-chain applications that react to events happening across the Superchain.
29
28
* Create novel applications that leverage data from multiple chains.
30
29
@@ -202,12 +201,12 @@ flowchart TD
202
201
203
202
## Comparison with ` L2ToL2CrossDomainMessenger `
204
203
205
- | Feature | L2ToL2CrossDomainMessenger | CrossL2Inbox#validateMessage |
206
- | ---------- | -------------------------------- | ------------------------------------- |
207
- | Purpose | Send messages between chains | Verify logs from other chains |
208
- | Initiation | Active sending from source | Passive reading from destination |
209
- | Use Case | Transfer tokens, trigger actions | Verify attestations, reference events |
210
- | Flow | Push model | Pull model |
204
+ | Feature | L2ToL2CrossDomainMessenger | CrossL2Inbox#validateMessage |
205
+ | ---------- | ---------------------------------------------- | ------------ ------------------------------------- |
206
+ | Purpose | Send messages between chains | Verify logs from other chains or local chain |
207
+ | Initiation | Source explicitly sends message to destination | Destination queries for existing logs from source |
208
+ | Use Case | Transfer tokens, trigger actions | Verify attestations, reference events |
209
+ | Flow | Push model | Pull model |
211
210
212
211
## End-to-End flow comparison
213
212
0 commit comments