From 47f8958bef20f2cbd2996367c8b92d4bb099a326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E4=BF=9D=E5=81=A5?= <63417973+da-bao-jian@users.noreply.github.com> Date: Mon, 31 Jul 2023 00:58:57 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7d6647b..86803ab2 100644 --- a/README.md +++ b/README.md @@ -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