We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ede4d commit fd9d4f4Copy full SHA for fd9d4f4
1 file changed
script/Deploy.s.sol
@@ -46,7 +46,7 @@ contract DeployWakuRlnV2 is BaseScript {
46
}
47
48
contract DeployProxy is BaseScript {
49
- uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 160_000;
+ uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 1_000_000;
50
uint32 public constant MIN_RATELIMIT_PER_MEMBERSHIP = 20;
51
uint32 public constant MAX_RATELIMIT_PER_MEMBERSHIP = 600;
52
uint32 public constant ACTIVE_DURATION = 180 days;
0 commit comments