From 0ff9ab2535afa00c7a2273d9c47fdc398d188399 Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 20 Jan 2023 21:57:03 +0100 Subject: [PATCH] try generic import --- src/rln_contract.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";