Skip to content

Commit b4a66a0

Browse files
authored
Increase sepolia gas limit to 60m (#15253)
1 parent d38064f commit b4a66a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog/tt_rice.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Changed
2+
3+
- Increase sepolia gas limit to 60M.

config/params/testnet_sepolia_config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func SepoliaConfig() *BeaconChainConfig {
5050
cfg.FuluForkVersion = []byte{0x90, 0x00, 0x00, 0x75} // TODO: Define sepolia fork version for fulu. This is a placeholder value.
5151
cfg.TerminalTotalDifficulty = "17000000000000000"
5252
cfg.DepositContractAddress = "0x7f02C3E3c98b133055B8B348B2Ac625669Ed295D"
53+
cfg.DefaultBuilderGasLimit = uint64(60000000)
5354
cfg.InitializeForkSchedule()
5455
return cfg
5556
}

0 commit comments

Comments
 (0)