miner: default gaslimit 45M

This commit is contained in:
Felix Lange 2025-06-24 12:21:43 +02:00
parent c80e7f4280
commit 88b16560ad

View file

@ -52,7 +52,7 @@ type Config struct {
// DefaultConfig contains default settings for miner. // DefaultConfig contains default settings for miner.
var DefaultConfig = Config{ var DefaultConfig = Config{
GasCeil: 36_000_000, GasCeil: 45_000_000,
GasPrice: big.NewInt(params.GWei / 1000), GasPrice: big.NewInt(params.GWei / 1000),
// The default recommit time is chosen as two seconds since // The default recommit time is chosen as two seconds since