diff --git a/helpers/types.ts b/helpers/types.ts index e1124117..df6f4afc 100644 --- a/helpers/types.ts +++ b/helpers/types.ts @@ -1,6 +1,4 @@ import BigNumber from 'bignumber.js'; -import {MockTokenMap} from './contracts-helpers'; -import {UiPoolDataProviderFactory} from '../types'; export interface SymbolMap { [symbol: string]: T;