mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-02 05:53:06 +00:00
Increase MAX_TOTAL_RATELIMIT_PER_EPOCH on deployment (#48)
This commit is contained in:
parent
81ede4d5f4
commit
fd9d4f4d7f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user