mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
Change default hoodi testnet builder gas limit to 60m (#15361)
This commit is contained in:
3
changelog/tt_egg.md
Normal file
3
changelog/tt_egg.md
Normal file
@@ -0,0 +1,3 @@
|
||||
### Changed
|
||||
|
||||
- Default hoodi testnet builder gas limit to 60M
|
||||
@@ -57,6 +57,7 @@ func HoodiConfig() *BeaconChainConfig {
|
||||
{Epoch: 0, MaxBlobsPerBlock: 6},
|
||||
{Epoch: 2048, MaxBlobsPerBlock: 9},
|
||||
}
|
||||
cfg.DefaultBuilderGasLimit = uint64(60000000)
|
||||
cfg.InitializeForkSchedule()
|
||||
return cfg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user