remove unused imports

This commit is contained in:
mmv 2019-03-13 16:26:49 +04:00
parent 91c3c9fa91
commit d930db5ace
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// @flow
import { BigNumber } from 'bignumber.js'
import Web3 from 'web3'
import type { ProviderProps } from '~/logic/wallets/store/model/provider'
import { promisify } from '~/utils/promisify'
export const ETHEREUM_NETWORK = {
MAIN: 'MAIN',