From cc81bffbdfe753bdeb7ea550768dbbfaffd5a82d Mon Sep 17 00:00:00 2001 From: Mark Tyneway Date: Tue, 19 Nov 2024 13:13:00 +0800 Subject: [PATCH] specs: fix L2ToL2CrossDomainMessenger mermaid diagram (#457) Fix the mermaid diagram for the messenger so that it is more accurate. --- specs/interop/predeploys.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/specs/interop/predeploys.md b/specs/interop/predeploys.md index 38f30e644..da3401213 100644 --- a/specs/interop/predeploys.md +++ b/specs/interop/predeploys.md @@ -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] @@ -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 ```