Case sensitive naming

This commit is contained in:
Keshav Gupta 2022-06-23 16:42:29 +02:00
parent 94cd4715b6
commit 5544cd7ce2
1 changed files with 1 additions and 1 deletions

View File

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