diff --git a/src/rln_contract.spec.ts b/src/rln_contract.spec.ts index 3901538..fd8cb33 100644 --- a/src/rln_contract.spec.ts +++ b/src/rln_contract.spec.ts @@ -1,6 +1,6 @@ import chai from "chai"; import spies from "chai-spies"; -import ethers from "ethers/lib/index.js"; +import * as ethers from "ethers"; import * as rln from "./index.js";