Skip to content

Commit

Permalink
deploy: 80338ad
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Oct 14, 2024
1 parent 2645f22 commit 865e291
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5887,9 +5887,9 @@ <h2 id="overview-20"><a class="header" href="#overview-20">Overview</a></h2>
<p>Predeploys are used instead of precompiles to make it easier for multiclient
implementations as well as allowing for more integration with hardhat/foundry
network forking.</p>
<p>Predeploy addresses exist in 1 byte namespace <code>0x42000000000000000000000000000000000000xx</code>.
Proxies are set at each possible predeploy address except for the
<code>GovernanceToken</code> and the <code>ProxyAdmin</code>.</p>
<p>Predeploy addresses exist in a prefixed namespace <code>0x4200000000000000000000000000000000000xxx</code>.
Proxies are set at the first 2048 addresses in the namespace, except for the addresses reserved for the
<code>GovernanceToken</code> and <code>WETH</code> predeploys.</p>
<p>The <code>LegacyERC20ETH</code> predeploy lives at a special address <code>0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000</code>
and there is no proxy deployed at that account.</p>
<p>The following table includes each of the predeploys. The system version
Expand Down
6 changes: 3 additions & 3 deletions protocol/predeploys.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ <h2 id="overview"><a class="header" href="#overview">Overview</a></h2>
<p>Predeploys are used instead of precompiles to make it easier for multiclient
implementations as well as allowing for more integration with hardhat/foundry
network forking.</p>
<p>Predeploy addresses exist in 1 byte namespace <code>0x42000000000000000000000000000000000000xx</code>.
Proxies are set at each possible predeploy address except for the
<code>GovernanceToken</code> and the <code>ProxyAdmin</code>.</p>
<p>Predeploy addresses exist in a prefixed namespace <code>0x4200000000000000000000000000000000000xxx</code>.
Proxies are set at the first 2048 addresses in the namespace, except for the addresses reserved for the
<code>GovernanceToken</code> and <code>WETH</code> predeploys.</p>
<p>The <code>LegacyERC20ETH</code> predeploy lives at a special address <code>0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000</code>
and there is no proxy deployed at that account.</p>
<p>The following table includes each of the predeploys. The system version
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 865e291

Please sign in to comment.