Increase MAX_TOTAL_RATELIMIT_PER_EPOCH on deployment (#48)

This commit is contained in:
Tanya S 2025-11-25 14:42:08 +02:00 committed by GitHub
parent 81ede4d5f4
commit fd9d4f4d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ contract DeployWakuRlnV2 is BaseScript {
}
contract DeployProxy is BaseScript {
uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 160_000;
uint32 public constant MAX_TOTAL_RATELIMIT_PER_EPOCH = 1_000_000;
uint32 public constant MIN_RATELIMIT_PER_MEMBERSHIP = 20;
uint32 public constant MAX_RATELIMIT_PER_MEMBERSHIP = 600;
uint32 public constant ACTIVE_DURATION = 180 days;