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 80b99a4 commit 79e62ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol/contracts/libs/LibConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ library LibConstants {
// This number is calculated from K_MAX_NUM_BLOCKS to make
// the 'the maximum value of the multiplier' close to 20.0
uint256 public constant K_ZKPROOFS_PER_BLOCK = 1;
uint256 public constant K_VERIFICATION_DELAY = 60 minutes;
uint256 public constant K_MAX_VERIFICATIONS_PER_TX = 20;
uint256 public constant K_COMMIT_DELAY_CONFIRMS = 4;
uint256 public constant K_MAX_PROOFS_PER_FORK_CHOICE = 5;
Expand Down

0 comments on commit 79e62ef

Please sign in to comment.