Merge branch 'main' into chore/update-imt-dep

This commit is contained in:
stubbsta 2025-11-25 14:42:39 +02:00
commit 9b4bd151bd
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;