Deploying Factory in the Account abstraction multisig tutorial #204
-
EnvironmentTestnet zkSolc Versionv1.3.17 zksync-web3 Version^0.16.0 Hardhat.config.ts
Deployment Script (WITHOUT PRIVATE KEY)
Contract Code
Does this work on other EVMs? (If yes, please list at least 1 of them)I didn't try it Description of What Your Contract DoesThis is the contract factory that deploys the multisig account accounts from the Tutorial Account abstraction multisig https://era.zksync.io/docs/dev/tutorials/custom-aa-tutorial.html Following all the steps and using the code provided in the tutorial, when I want to deploy the Factory with this line:
I get the following error
To solve it I want to manually pass the gas limit when deploying, as follows in the Factory deploy
and when I do I get the following error
Why does the original error occur and what is the correct way to pass the gasLimit to deployer.deploy()? Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Hi @luisvid, thanks for opening this issue! Is this still occurring? If you've followed the tutorial steps it should be working fine because lately, we've been testing everything with our sepolia migration, but to make sure, I'll again try and get back to you! |
Beta Was this translation helpful? Give feedback.
Hi @luisvid, sorry for the frustration caused by the lengthy tutorial. We are working on making the tutorial shorter and easier to understand. Please come back if you find any other issues following the Account abstraction one. We've updated the docs in a new structure. I hope you're going to find it helpful.