Skip to content

Commit

Permalink
specs: fix L2ToL2CrossDomainMessenger mermaid diagram (#457)
Browse files Browse the repository at this point in the history
Fix the mermaid diagram for the messenger so that it is more accurate.
  • Loading branch information
tynes authored Nov 19, 2024
1 parent 5994d5e commit cc81bff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions specs/interop/predeploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,10 +341,11 @@ Each subsequent call is labeled with a number.
flowchart LR
user -->|"1#46; sendMessage"| al2tol2
user --> |"2#46; relayMessage"|bl2tol2
em{{SentMessage Event}}
im{{SentMessage Event}}
em{{ExecutingMessage Event}}
direction TB
al2tol2 --> em
al2tol2 --> im
bcl2[CrossL2Inbox]
al2tol2[L2ToL2CrossDomainMessenger]
Expand All @@ -356,8 +357,8 @@ flowchart LR
subgraph "Chain B"
bl2tol2 --> |"3#46; validateMessage"|bcl2
bcl2 --> |"4#46;"| bl2tol2
bl2tol2 --> |"5#46;"| Contract
bcl2 --> em
bl2tol2 --> |"4#46;"| Contract
end
```

Expand Down

0 comments on commit cc81bff

Please sign in to comment.