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

@@ -7,11 +7,10 @@ import {
Numberish,
shortZip,
} from '@0x/contracts-test-utils';
import { BigNumber } from '@0x/utils';
import { BigNumber, StakingRevertErrors } from '@0x/utils';
import { LogEntry } from 'ethereum-types';
import * as _ from 'lodash';
import { StakingRevertErrors } from '../../src';
import { constants as stakingConstants } from '../../src/constants';
import { artifacts } from '../artifacts';