Import from @0x/utils

This commit is contained in:
Jacob Evans
2019-11-27 11:58:25 +11:00
parent 89dcbd0229
commit 389d4d10f1
10 changed files with 15 additions and 27 deletions

View File

@@ -1,9 +1,8 @@
import { blockchainTests, expect, hexRandom, Numberish } from '@0x/contracts-test-utils';
import { BigNumber } from '@0x/utils';
import { BigNumber, FixedMathRevertErrors } from '@0x/utils';
import { Decimal } from 'decimal.js';
import * as _ from 'lodash';
import { FixedMathRevertErrors } from '../../src';
import { assertRoughlyEquals, fromFixed, toDecimal, toFixed } from '../utils/number_utils';
import { artifacts } from '../artifacts';