mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
chore: keep 5 roots by default
This commit is contained in:
parent
0fbf6beec8
commit
1daec3032b
@ -63,7 +63,7 @@ export class RLNContract {
|
||||
RLN_REGISTRY_ABI,
|
||||
provider
|
||||
);
|
||||
this.merkleRootTracker = new MerkleRootTracker(10000, initialRoot);
|
||||
this.merkleRootTracker = new MerkleRootTracker(5, initialRoot);
|
||||
}
|
||||
|
||||
private async initStorageContract(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user