diff --git a/packages/protocol/contracts/libs/LibConstants.sol b/packages/protocol/contracts/libs/LibConstants.sol index bcdfd0d608c..a5782a01250 100644 --- a/packages/protocol/contracts/libs/LibConstants.sol +++ b/packages/protocol/contracts/libs/LibConstants.sol @@ -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