Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
da-bao-jian authored Jul 31, 2023
1 parent f0a1ba8 commit 47f8958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The EntryPoint address is the same on all EVM networks.
## Other Important Addresses
| Address | Description |
| :--------: | :-------:|
| [SimpleAccountFactory.sol](https://blockscan.com/address/0x9406Cc6185a346906296840746125a0E44976454) | A sample factory contract for [SimpleAccount](https://github.com/eth-infinitism/account-abstraction/blob/develop/contracts/samples/SimpleAccount.sol)
| [SimpleAccountFactory.sol](https://blockscan.com/address/0x9406Cc6185a346906296840746125a0E44976454) | A sample factory contract for [SimpleAccount](https://github.com/eth-infinitism/account-abstraction/blob/develop/contracts/samples/SimpleAccount.sol) deployed by Stackup
| [SingletonFactory.sol](https://blockscan.com/address/0xce0042B868300000d44A59004Da54A005ffdcf9f) | ERC-4337 smart wallets generate counterfactual addresses by using the `CREATE2` opcode through the [Singleton Factory contract](https://eips.ethereum.org/EIPS/eip-2470). Because the Singleton Factory contract address is the same on every chain, we can rely on it to deploy the smart contract code on all networks under the same address |

## Examples
Expand Down

0 comments on commit 47f8958

Please sign in to comment.