From 498dd592d2d9a0ff6210568a0155f9ffd385b5c6 Mon Sep 17 00:00:00 2001 From: dantaik <99078276+dantaik@users.noreply.github.com> Date: Tue, 6 Dec 2022 13:49:27 +0800 Subject: [PATCH] Update LibConstants.sol --- packages/protocol/contracts/libs/LibConstants.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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