[Deployment] I'm trying to deploy an AA factory, but receivinginsufficient funds for gas + value #17
Replies: 1 comment
-
The error message "insufficient funds for gas + value" that you're encountering during the deployment of your AA factory on the zkSync Sepolia Testnet typically indicates that the wallet you are using to deploy the contract does not have enough funds to cover the gas fees required for the transaction. Here are a few steps you can take to resolve this issue:
If after taking these steps you still face issues, consider reaching out for support on the zkSync developer forums or community channels where you might get more specific advice related to your contract and deployment environment. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Environment
Testnet
zkSolc Version
latest
zksync-ethers Version
^6.7.0
Hardhat.config.ts
Deployment Script (WITHOUT PRIVATE KEY)
Package.json
Contract Code
Does this work on other EVMs? (If yes, please list at least 1 of them)
Didn't test on other EVMs
Description of What Your Contract Does
Deploys an AA Factory.
Repo Link (Optional)
https://github.com/albionahoti/hot-cold-aa/
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions