From 1daec3032b6fd95efb0416b800d3e6cd96d8c117 Mon Sep 17 00:00:00 2001 From: Sasha Date: Sat, 25 Nov 2023 00:53:56 +0100 Subject: [PATCH] chore: keep 5 roots by default --- src/rln_contract.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rln_contract.ts b/src/rln_contract.ts index 8096604..58091e9 100644 --- a/src/rln_contract.ts +++ b/src/rln_contract.ts @@ -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(