Skip to content

Commit

Permalink
deploy: 211e1bb
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Aug 7, 2024
1 parent 4ae04e1 commit b81851a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion interop/predeploys.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ <h3 id="message-versioning"><a class="header" href="#message-versioning">Message
</code></pre>
<h3 id="no-native-support-for-cross-chain-ether-sends"><a class="header" href="#no-native-support-for-cross-chain-ether-sends">No Native Support for Cross Chain Ether Sends</a></h3>
<p>To enable interoperability between chains that use a custom gas token, there is no native support for
sending <code>ether</code> between chains. <code>ether</code> must first be wrapped into WETH before sending between chains.</p>
sending <code>ether</code> between chains. <code>ether</code> must first be wrapped into WETH before sending between chains.
See <a href="./superchain-weth.html">SuperchainWETH</a> for more information.</p>
<h3 id="interfaces"><a class="header" href="#interfaces">Interfaces</a></h3>
<p>The <code>L2ToL2CrossDomainMessenger</code> uses a similar interface to the <code>L2CrossDomainMessenger</code> but
the <code>_minGasLimit</code> is removed to prevent complexity around EVM gas introspection and the <code>_destination</code>
Expand Down
3 changes: 2 additions & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -8700,7 +8700,8 @@ <h3 id="message-versioning-1"><a class="header" href="#message-versioning-1">Mes
</code></pre>
<h3 id="no-native-support-for-cross-chain-ether-sends"><a class="header" href="#no-native-support-for-cross-chain-ether-sends">No Native Support for Cross Chain Ether Sends</a></h3>
<p>To enable interoperability between chains that use a custom gas token, there is no native support for
sending <code>ether</code> between chains. <code>ether</code> must first be wrapped into WETH before sending between chains.</p>
sending <code>ether</code> between chains. <code>ether</code> must first be wrapped into WETH before sending between chains.
See <a href="interop/./superchain-weth.html">SuperchainWETH</a> for more information.</p>
<h3 id="interfaces"><a class="header" href="#interfaces">Interfaces</a></h3>
<p>The <code>L2ToL2CrossDomainMessenger</code> uses a similar interface to the <code>L2CrossDomainMessenger</code> but
the <code>_minGasLimit</code> is removed to prevent complexity around EVM gas introspection and the <code>_destination</code>
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 b81851a

Please sign in to comment.