Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation not clear on need to install SimpleAccountFactory contract from account-abstraction #22

Open
d-smith opened this issue Mar 10, 2023 · 0 comments

Comments

@d-smith
Copy link

d-smith commented Mar 10, 2023

Set up:

With this setup, yarn run simpleAccount address produced SimpleAccount address: 0x0000000000000000000000000000000000000000 as the output, with the following logged in the local node:

WARN [03-10|13:33:30.709] Served eth_call  conn=127.0.0.1:52652 reqid=44 duration="581.499µs" err="execution reverted"                    
errdata=0x6ca7b8060000000000000000000000000000000000000000000000000000000000000000

Remedy

To remedy this, I installed the smart contract from the account-abstraction project by cloning that project and running the deploy script, e.g. yarn deploy --network localhost and updating config.json with the address of the freshly deployed SimpleAccountFactory address.

After deploying the account abstraction into the local environment, yarn run simpleAccount address produced an address as expected.

@d-smith d-smith changed the title Documentation not clear on need to install SimpleAccount.sol Documentation not clear on need to install SimpleAccountFactory contract from account-abstraction Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant