Skip to content

Commit fd9d4f4

Browse files
authored
Increase MAX_TOTAL_RATELIMIT_PER_EPOCH on deployment (#48)
1 parent 81ede4d commit fd9d4f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/Deploy.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ contract DeployWakuRlnV2 is BaseScript {
4646
}
4747

4848
contract DeployProxy is BaseScript {
49-
uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 160_000;
49+
uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 1_000_000;
5050
uint32 public constant MIN_RATELIMIT_PER_MEMBERSHIP = 20;
5151
uint32 public constant MAX_RATELIMIT_PER_MEMBERSHIP = 600;
5252
uint32 public constant ACTIVE_DURATION = 180 days;

0 commit comments

Comments
 (0)