We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default gas limit has been 30M.
One way to do this is --suggested-gas-limit=36000000.
--suggested-gas-limit=36000000
Geth needs --miner.gaslimit 36000000.
--miner.gaslimit 36000000
The text was updated successfully, but these errors were encountered:
Better to update the defaults:
Sorry, something went wrong.
Reopening because while Nimbus will support 36M by default, and Nethermind 1.30.0 or newer also increases the limit to 36M by default, Geth might not.
sepolia: increase gas limit to 36k
9faf4f4
See #217
Done
No branches or pull requests
The default gas limit has been 30M.
One way to do this is
--suggested-gas-limit=36000000
.Geth needs
--miner.gaslimit 36000000
.The text was updated successfully, but these errors were encountered: