From 3b85a1153bd3102300ff0a9790f3d434a5a9eb79 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 26 Apr 2022 15:24:52 +0200 Subject: [PATCH] Remove unused import --- scripts/prepare-ethers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/prepare-ethers.ts b/scripts/prepare-ethers.ts index cf3a311..6d46b04 100644 --- a/scripts/prepare-ethers.ts +++ b/scripts/prepare-ethers.ts @@ -1,4 +1,3 @@ -import ganache from 'ganache'; import { BigNumber, ethers, Contract } from 'ethers'; import erc20Abi from './ERC20.json';