Increase mainnet default builder gas limit to 45M (#15455)

This commit is contained in:
terence
2025-07-04 08:58:32 -07:00
committed by GitHub
parent f4bbe5ca40
commit a701f07f3a
4 changed files with 6 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ var mainnetBeaconConfig = &BeaconChainConfig{
BytesPerLogsBloom: 256,
MaxExtraDataBytes: 32,
EthBurnAddressHex: "0x0000000000000000000000000000000000000000",
DefaultBuilderGasLimit: uint64(36000000),
DefaultBuilderGasLimit: uint64(45000000),
// Mevboost circuit breaker
MaxBuilderConsecutiveMissedSlots: 3,

View File

@@ -4,7 +4,7 @@
"fee_recipient": "0x50155530FCE8a85ec7055A5F8b2bE214B3DaeFd3",
"builder": {
"enabled": true,
"gas_limit": "36000000"
"gas_limit": "45000000"
}
},
"0xb057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7b": {

View File

@@ -9,4 +9,4 @@ default_config:
fee_recipient: '0x6e35733c5af9B61374A128e6F85f553aF09ff89A'
builder:
enabled: false
gas_limit: '36000000'
gas_limit: '45000000'