Skip to content

Commit 54cf3ed

Browse files
committed
updated the table text
1 parent 09634f5 commit 54cf3ed

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pages/stack/interop/reading-logs.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Instead of relying solely on [L2ToL2CrossDomainMessenger](https://github.com/eth
2424

2525
This enables developers to:
2626

27-
* Reference attestations or events from other chains.
2827
* Build cross-chain applications that react to events happening across the Superchain.
2928
* Create novel applications that leverage data from multiple chains.
3029

@@ -202,12 +201,12 @@ flowchart TD
202201

203202
## Comparison with `L2ToL2CrossDomainMessenger`
204203

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 |
211210

212211
## End-to-End flow comparison
213212

0 commit comments

Comments
 (0)