diff --git a/test/index.ts b/test/index.ts index 401ef3e..c91d1f4 100644 --- a/test/index.ts +++ b/test/index.ts @@ -10,7 +10,7 @@ describe("Rln", function () { console.log("PoseidonHasher deployed to:", poseidonHasher.address); - const Rln = await ethers.getContractFactory("Rln"); + const Rln = await ethers.getContractFactory("RLN"); const rln = await Rln.deploy(1000000000000000,10,poseidonHasher.address); await rln.deployed();