Fix connect unused vars

This commit is contained in:
Leonid Logvinov
2017-12-15 13:58:30 +01:00
parent 274aa50d74
commit 126048bac9
24 changed files with 8 additions and 54 deletions

View File

@@ -1,11 +1,9 @@
import {Web3Wrapper} from '@0xproject/web3-wrapper';
import {BigNumber} from 'bignumber.js';
import * as _ from 'lodash';
import * as Web3 from 'web3';
import {Deployer} from './../src/deployer';
import {constants} from './../src/utils/constants';
import {Token} from './../src/utils/types';
import {tokenInfo} from './config/token_info';
export const migrator = {