Change default hoodi testnet builder gas limit to 60m (#15361)

This commit is contained in:
terence
2025-05-30 11:12:44 -07:00
committed by GitHub
parent 3300866572
commit 341c7abd7f
2 changed files with 4 additions and 0 deletions

3
changelog/tt_egg.md Normal file
View File

@@ -0,0 +1,3 @@
### Changed
- Default hoodi testnet builder gas limit to 60M

View File

@@ -57,6 +57,7 @@ func HoodiConfig() *BeaconChainConfig {
{Epoch: 0, MaxBlobsPerBlock: 6},
{Epoch: 2048, MaxBlobsPerBlock: 9},
}
cfg.DefaultBuilderGasLimit = uint64(60000000)
cfg.InitializeForkSchedule()
return cfg
}