-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add Deploying Upgradeable Contracts using Foundry #773
Add Deploying Upgradeable Contracts using Foundry #773
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
When deploying a contract to the eSpace testnet using Foundry, I encountered some issues. It keeps showing an error that there isn’t enough gas, but my account actually has sufficient CFX. The same code deploys without issues on other networks, such as Sepolia. I’m wondering if it might be a compatibility issue between Conflux eSpace and Foundry. |
Will check it |
@jackleeio Using the --gas-estimate-multiplier or -g option would be help. I got expected result with |
It worked, thanks! |
@jackleeio Can you please add a comment or note in the document with this indication? |
Pre-flight checklist