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';