Update default miner gas configs (#32)

This commit is contained in:
Cal Bera 2025-07-21 21:16:26 -07:00 committed by GitHub
parent 91117be440
commit c0886119b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,8 @@ type Config struct {
// DefaultConfig contains default settings for miner.
var DefaultConfig = Config{
GasCeil: 45_000_000,
GasPrice: big.NewInt(params.GWei / 1000),
GasCeil: 36_000_000, // Berachain: set to 36mil to match Prague default
GasPrice: big.NewInt(1), // Berachain: set to 1 wei to match reth's default
// The default recommit time is chosen as two seconds since
// consensus-layer usually will wait a half slot of time(6s)