Skip to content

Commit

Permalink
deploy: cc81bff
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Nov 19, 2024
1 parent 0769802 commit 2c20188
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
9 changes: 5 additions & 4 deletions interop/predeploys.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,11 @@ <h4 id="relaying-messages"><a class="header" href="#relaying-messages">Relaying
<pre class="mermaid">flowchart LR
user --&gt;|&quot;1#46; sendMessage&quot;| al2tol2
user --&gt; |&quot;2#46; relayMessage&quot;|bl2tol2
em{{SentMessage Event}}
im{{SentMessage Event}}
em{{ExecutingMessage Event}}

direction TB
al2tol2 --&gt; em
al2tol2 --&gt; im

bcl2[CrossL2Inbox]
al2tol2[L2ToL2CrossDomainMessenger]
Expand All @@ -509,8 +510,8 @@ <h4 id="relaying-messages"><a class="header" href="#relaying-messages">Relaying

subgraph &quot;Chain B&quot;
bl2tol2 --&gt; |&quot;3#46; validateMessage&quot;|bcl2
bcl2 --&gt; |&quot;4#46;&quot;| bl2tol2
bl2tol2 --&gt; |&quot;5#46;&quot;| Contract
bcl2 --&gt; em
bl2tol2 --&gt; |&quot;4#46;&quot;| Contract
end
</pre>
<p>When relaying a message through the <code>L2ToL2CrossDomainMessenger</code>, it is important to require that
Expand Down
9 changes: 5 additions & 4 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -10822,10 +10822,11 @@ <h4 id="relaying-messages"><a class="header" href="#relaying-messages">Relaying
<pre class="mermaid">flowchart LR
user --&gt;|&quot;1#46; sendMessage&quot;| al2tol2
user --&gt; |&quot;2#46; relayMessage&quot;|bl2tol2
em{{SentMessage Event}}
im{{SentMessage Event}}
em{{ExecutingMessage Event}}

direction TB
al2tol2 --&gt; em
al2tol2 --&gt; im

bcl2[CrossL2Inbox]
al2tol2[L2ToL2CrossDomainMessenger]
Expand All @@ -10837,8 +10838,8 @@ <h4 id="relaying-messages"><a class="header" href="#relaying-messages">Relaying

subgraph &quot;Chain B&quot;
bl2tol2 --&gt; |&quot;3#46; validateMessage&quot;|bcl2
bcl2 --&gt; |&quot;4#46;&quot;| bl2tol2
bl2tol2 --&gt; |&quot;5#46;&quot;| Contract
bcl2 --&gt; em
bl2tol2 --&gt; |&quot;4#46;&quot;| Contract
end
</pre>
<p>When relaying a message through the <code>L2ToL2CrossDomainMessenger</code>, it is important to require that
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 2c20188

Please sign in to comment.