-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6809,8 +6809,10 @@ <h1 id="preinstalls"><a class="header" href="#preinstalls">Preinstalls</a></h1> | |
<li><a href="protocol/preinstalls.html#create2deployer">Create2Deployer</a></li> | ||
<li><a href="protocol/preinstalls.html#arachnids-deterministic-deployment-proxy">Arachnid's Deterministic Deployment Proxy</a></li> | ||
<li><a href="protocol/preinstalls.html#permit2">Permit2</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-entrypoint">ERC-4337 EntryPoint</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-sendercreator">ERC-4337 SenderCreator</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-v060-entrypoint">ERC-4337 v0.6.0 EntryPoint</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-v060-sendercreator">ERC-4337 v0.6.0 SenderCreator</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-v070-entrypoint">ERC-4337 v0.7.0 EntryPoint</a></li> | ||
<li><a href="protocol/preinstalls.html#erc-4337-v070-sendercreator">ERC-4337 v0.7.0 SenderCreator</a></li> | ||
</ul> | ||
<!-- END doctoc generated TOC please keep comment here to allow auto update --> | ||
<h2 id="overview-21"><a class="header" href="#overview-21">Overview</a></h2> | ||
|
@@ -6832,8 +6834,10 @@ <h2 id="overview-21"><a class="header" href="#overview-21">Overview</a></h2> | |
<tr><td>create2Deployer</td><td>0x13b0D85CcB8bf860b6b79AF3029fCA081AE9beF2</td></tr> | ||
<tr><td>Arachnid's Deterministic Deployment Proxy</td><td>0x4e59b44847b379578588920cA78FbF26c0B4956C</td></tr> | ||
<tr><td>Permit2</td><td>0x000000000022D473030F116dDEE9F6B43aC78BA3</td></tr> | ||
<tr><td>ERC-4337 EntryPoint</td><td>0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789</td></tr> | ||
<tr><td>ERC-4337 SenderCreator</td><td>0x7fc98430eaedbb6070b35b39d798725049088348</td></tr> | ||
<tr><td>ERC-4337 v0.6.0 EntryPoint</td><td>0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789</td></tr> | ||
<tr><td>ERC-4337 v0.6.0 SenderCreator</td><td>0x7fc98430eaedbb6070b35b39d798725049088348</td></tr> | ||
<tr><td>ERC-4337 v0.7.0 EntryPoint</td><td>0x0000000071727De22E5E9d8BAf0edAc6f37da032</td></tr> | ||
<tr><td>ERC-4337 v0.7.0 SenderCreator</td><td>0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C</td></tr> | ||
</tbody></table> | ||
</div> | ||
<h2 id="safe"><a class="header" href="#safe">Safe</a></h2> | ||
|
@@ -6930,15 +6934,25 @@ <h2 id="permit2"><a class="header" href="#permit2">Permit2</a></h2> | |
<p>Address: <code>0x000000000022D473030F116dDEE9F6B43aC78BA3</code></p> | ||
<p>Permit2 introduces a low-overhead, next-generation token approval/meta-tx system to make token approvals easier, | ||
more secure, and more consistent across applications.</p> | ||
<h2 id="erc-4337-entrypoint"><a class="header" href="#erc-4337-entrypoint">ERC-4337 EntryPoint</a></h2> | ||
<h2 id="erc-4337-v060-entrypoint"><a class="header" href="#erc-4337-v060-entrypoint">ERC-4337 v0.6.0 EntryPoint</a></h2> | ||
<p><a href="https://github.com/eth-infinitism/account-abstraction/blob/v0.6.0/contracts/core/EntryPoint.sol">Implementation</a></p> | ||
<p>Address: <code>0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789</code></p> | ||
<p>This contract verifies and executes the bundles of ERC-4337 | ||
<p>This contract verifies and executes the bundles of ERC-4337 v0.6.0 | ||
<a href="https://www.erc4337.io/docs/understanding-ERC-4337/user-operation">UserOperations</a> sent to it.</p> | ||
<h2 id="erc-4337-sendercreator"><a class="header" href="#erc-4337-sendercreator">ERC-4337 SenderCreator</a></h2> | ||
<h2 id="erc-4337-v060-sendercreator"><a class="header" href="#erc-4337-v060-sendercreator">ERC-4337 v0.6.0 SenderCreator</a></h2> | ||
<p><a href="https://github.com/eth-infinitism/account-abstraction/blob/v0.6.0/contracts/core/SenderCreator.sol">Implementation</a></p> | ||
<p>Address: <code>0x7fc98430eaedbb6070b35b39d798725049088348</code></p> | ||
<p>Helper contract for <a href="protocol/preinstalls.html#erc-4337-entrypoint">EntryPoint</a>, to call <code>userOp.initCode</code> from a "neutral" address, | ||
<p>Helper contract for <a href="protocol/preinstalls.html#erc-4337-v060-entrypoint">EntryPoint</a> v0.6.0, to call <code>userOp.initCode</code> from a "neutral" address, | ||
which is explicitly not <code>EntryPoint</code> itself.</p> | ||
<h2 id="erc-4337-v070-entrypoint"><a class="header" href="#erc-4337-v070-entrypoint">ERC-4337 v0.7.0 EntryPoint</a></h2> | ||
<p><a href="https://github.com/eth-infinitism/account-abstraction/blob/v0.7.0/contracts/core/EntryPoint.sol">Implementation</a></p> | ||
<p>Address: <code>0x0000000071727De22E5E9d8BAf0edAc6f37da032</code></p> | ||
<p>This contract verifies and executes the bundles of ERC-4337 v0.7.0 | ||
<a href="https://www.erc4337.io/docs/understanding-ERC-4337/user-operation">UserOperations</a> sent to it.</p> | ||
<h2 id="erc-4337-v070-sendercreator"><a class="header" href="#erc-4337-v070-sendercreator">ERC-4337 v0.7.0 SenderCreator</a></h2> | ||
<p><a href="https://github.com/eth-infinitism/account-abstraction/blob/v0.7.0/contracts/core/SenderCreator.sol">Implementation</a></p> | ||
<p>Address: <code>0xEFC2c1444eBCC4Db75e7613d20C6a62fF67A167C</code></p> | ||
<p>Helper contract for <a href="protocol/preinstalls.html#erc-4337-v070-entrypoint">EntryPoint</a> v0.7.0, to call <code>userOp.initCode</code> from a "neutral" address, | ||
which is explicitly not <code>EntryPoint</code> itself.</p> | ||
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="superchain-configuration"><a class="header" href="#superchain-configuration">Superchain Configuration</a></h1> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.