Skip to content

Commit

Permalink
Merge pull request #24 from ethpandaops/bbusa/gaslimit
Browse files Browse the repository at this point in the history
update gas limit for testnets
  • Loading branch information
barnabasbusa authored Jan 18, 2023
2 parents 687fb3a + 2cb1b76 commit 67ce757
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/el-gen/genesis_besu.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
"baseFeePerGas": "0x3B9ACA00",
"difficulty": "0x01",
"extraData": "",
"gasLimit": "0x400000",
"gasLimit": "0x17D7840",
"nonce": "0x1234",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
Expand Down
2 changes: 1 addition & 1 deletion apps/el-gen/genesis_chainspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@
"timestamp": hex(data['genesis_timestamp']),
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "",
"gasLimit": "0x400000"
"gasLimit": "0x17D7840"
},
"accounts": {
# Allocate 1 wei to all possible pre-compiles.
Expand Down
2 changes: 1 addition & 1 deletion apps/el-gen/genesis_geth.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
"coinbase": "0x0000000000000000000000000000000000000000",
"difficulty": "0x01",
"extraData": "",
"gasLimit": "0x400000",
"gasLimit": "0x17D7840",
"nonce": "0x1234",
"mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
Expand Down

0 comments on commit 67ce757

Please sign in to comment.