Increase MAX_TOTAL_RATELIMIT_PER_EPOCH on deployment

This commit is contained in:
stubbsta 2025-11-25 11:54:05 +02:00
parent 81ede4d5f4
commit e460429756
No known key found for this signature in database

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;