chore: keep 5 roots by default

This commit is contained in:
Sasha 2023-11-25 00:53:56 +01:00
parent 0fbf6beec8
commit 1daec3032b
No known key found for this signature in database

View File

@ -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(