Case sensitive naming
This commit is contained in:
parent
94cd4715b6
commit
5544cd7ce2
|
@ -10,7 +10,7 @@ describe("Rln", function () {
|
||||||
|
|
||||||
console.log("PoseidonHasher deployed to:", poseidonHasher.address);
|
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);
|
const rln = await Rln.deploy(1000000000000000,10,poseidonHasher.address);
|
||||||
|
|
||||||
await rln.deployed();
|
await rln.deployed();
|
||||||
|
|
Loading…
Reference in New Issue