Skip to content

Commit

Permalink
deploy: 639fd5d
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Jun 11, 2024
1 parent 8929b58 commit 8e7a604
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 18 deletions.
30 changes: 22 additions & 8 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
30 changes: 22 additions & 8 deletions protocol/preinstalls.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,10 @@ <h1 id="preinstalls"><a class="header" href="#preinstalls">Preinstalls</a></h1>
<li><a href="#create2deployer">Create2Deployer</a></li>
<li><a href="#arachnids-deterministic-deployment-proxy">Arachnid's Deterministic Deployment Proxy</a></li>
<li><a href="#permit2">Permit2</a></li>
<li><a href="#erc-4337-entrypoint">ERC-4337 EntryPoint</a></li>
<li><a href="#erc-4337-sendercreator">ERC-4337 SenderCreator</a></li>
<li><a href="#erc-4337-v060-entrypoint">ERC-4337 v0.6.0 EntryPoint</a></li>
<li><a href="#erc-4337-v060-sendercreator">ERC-4337 v0.6.0 SenderCreator</a></li>
<li><a href="#erc-4337-v070-entrypoint">ERC-4337 v0.7.0 EntryPoint</a></li>
<li><a href="#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"><a class="header" href="#overview">Overview</a></h2>
Expand All @@ -218,8 +220,10 @@ <h2 id="overview"><a class="header" href="#overview">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>
Expand Down Expand Up @@ -316,15 +320,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="#erc-4337-entrypoint">EntryPoint</a>, to call <code>userOp.initCode</code> from a "neutral" address,
<p>Helper contract for <a href="#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="#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>

</main>
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 8e7a604

Please sign in to comment.