Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase default gas limit #14858

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updated gas limit
james-prysm committed Jan 31, 2025
commit 1a9ae423aa8832ed05f2609dbfcff8e9c0839501
3 changes: 3 additions & 0 deletions changelog/james-prysm_update-default-gas-limit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Changed

- Updated default gas limit from 30M to 36M
2 changes: 1 addition & 1 deletion config/params/mainnet_config.go
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ var mainnetBeaconConfig = &BeaconChainConfig{
TerminalBlockHash: [32]byte{},
TerminalTotalDifficulty: "58750000000000000000000", // Estimated: Sept 15, 2022
EthBurnAddressHex: "0x0000000000000000000000000000000000000000",
DefaultBuilderGasLimit: uint64(30000000),
DefaultBuilderGasLimit: uint64(36000000),

// Mevboost circuit breaker
MaxBuilderConsecutiveMissedSlots: 3,
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"fee_recipient": "0x50155530FCE8a85ec7055A5F8b2bE214B3DaeFd3",
"builder": {
"enabled": true,
"gas_limit": "30000000"
"gas_limit": "36000000"
}
},
"0xb057816155ad77931185101128655c0191bd0214c201ca48ed887f6c4c6adf334070efcd75140eada5ac83a92506dd7b": {
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ default_config:
fee_recipient: '0x6e35733c5af9B61374A128e6F85f553aF09ff89A'
builder:
enabled: false
gas_limit: '30000000'
gas_limit: '36000000'