mirror of
https://github.com/vacp2p/rln-contract.git
synced 2025-01-09 13:55:45 +00:00
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);
|
||||
|
||||
const Rln = await ethers.getContractFactory("Rln");
|
||||
const Rln = await ethers.getContractFactory("RLN");
|
||||
const rln = await Rln.deploy(1000000000000000,10,poseidonHasher.address);
|
||||
|
||||
await rln.deployed();
|
||||
|
Loading…
x
Reference in New Issue
Block a user