This commit is contained in:
Sasha 2023-12-01 13:58:12 +01:00
parent de3f622477
commit 52defcbef8
No known key found for this signature in database

View File

@ -66,7 +66,7 @@ describe("RLN Contract abstraction", () => {
function mockEvent(): ethers.Event {
return {
args: {
idCommitment: "0x9e7d3f8f8c7a1d2bef96a2e8dbb8e7c1ea9a9ab78d6b3c6c3c",
idCommitment: { _hex: "0xb3df1c4e5600ef2b" },
index: ethers.BigNumber.from(1),
},
} as unknown as ethers.Event;