Skip to content

Commit

Permalink
Update LibConstants.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Dec 6, 2022
1 parent 79e62ef commit 498dd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/libs/LibConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ library LibConstants {
// the 'the maximum value of the multiplier' close to 20.0
uint256 public constant K_ZKPROOFS_PER_BLOCK = 1;
uint256 public constant K_MAX_VERIFICATIONS_PER_TX = 20;
uint256 public constant K_COMMIT_DELAY_CONFIRMS = 4;
uint256 public constant K_COMMIT_DELAY_CONFIRMS = 0;
uint256 public constant K_MAX_PROOFS_PER_FORK_CHOICE = 5;
uint256 public constant K_BLOCK_MAX_GAS_LIMIT = 5000000; // TODO
uint256 public constant K_BLOCK_MAX_TXS = 20; // TODO
Expand Down

0 comments on commit 498dd59

Please sign in to comment.