refactor + fix lint

This commit is contained in:
Michael Zhu
2019-12-09 13:25:17 -08:00
parent ccb477687a
commit 6754cd48e2
14 changed files with 164 additions and 179 deletions

View File

@@ -1,11 +1,11 @@
import { BigNumber } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';
import * as crypto from 'crypto';
import { Decimal } from 'decimal.js';
import { expect } from './chai_setup';
import { constants } from './constants';
import { Numberish } from './types';
import { Decimal } from 'decimal.js';
Decimal.set({ precision: 80 });