chore: keep 5 roots by default (#84)

This commit is contained in:
Sasha 2023-11-27 12:09:31 +01:00 committed by GitHub
parent 0fbf6beec8
commit 60a50709c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(