Skip to content

Commit

Permalink
chore(protocol): update Alpha-5 protocol configurations (#14673)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Sep 11, 2023
1 parent 02091ef commit 80f3427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/TaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract TaikoL1 is TaikoL1Base {
// This number is calculated from blockMaxProposals to make the
// maximum value of the multiplier close to 20.0
blockMaxVerificationsPerTx: 10,
blockMaxGasLimit: 6_000_000,
blockMaxGasLimit: 8_000_000,
blockFeeBaseGas: 20_000,
blockMaxTxListBytes: 120_000,
blockTxListExpiry: 0,
Expand Down
8 changes: 4 additions & 4 deletions packages/protocol/genesis/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"ERC1155VaultProxy": "0x1000777700000000000000000000000000000009"
},
"param1559": {
"yscale": "358298803609133338137582400989",
"xscale": "1488514844",
"gasIssuedPerSecond": "12500000",
"gasExcess": "45450000000"
"yscale": "1679526101464767541687441923934",
"xscale": "6977415078",
"gasIssuedPerSecond": "2666666",
"gasExcess": "9695997576"
},
"predeployERC20": true
}

0 comments on commit 80f3427

Please sign in to comment.