Fix linter errors

This commit is contained in:
Leonid Logvinov
2018-05-31 11:18:38 -07:00
parent b8a267370d
commit a2fc9a964b
20 changed files with 20 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
import { OpCode, StructLog, TransactionTrace } from 'ethereum-types';
import { addressUtils, BigNumber, logUtils } from '@0xproject/utils';
import { OpCode, StructLog, TransactionTrace } from 'ethereum-types';
import { addHexPrefix, stripHexPrefix } from 'ethereumjs-util';
import * as fs from 'fs';
import * as _ from 'lodash';