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