Skip to content

Commit

Permalink
chore(protocol): update maxNumBlocks to 2048 (#13237)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Mar 1, 2023
1 parent 5281184 commit ef3af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/libs/LibSharedConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library LibSharedConfig {
return
TaikoData.Config({
chainId: 167,
maxNumBlocks: 61, // owner:daniel
maxNumBlocks: 2048, // owner:daniel
blockHashHistory: 40, // owner:daniel
maxVerificationsPerTx: 10, //owner:david. Each time one more block is verified, there will be ~20k more gas cost.
commitConfirmations: 0, // owner:daniel
Expand Down

0 comments on commit ef3af43

Please sign in to comment.