@0x:contracts-integrations Removed the dependency on number_utils from staking

This commit is contained in:
Alex Towle
2019-11-04 12:56:06 -08:00
parent e557f2fb48
commit 62d15117c5
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import {
LocalBalanceStore,
} from '@0x/contracts-exchange';
import { ReferenceFunctions } from '@0x/contracts-exchange-libs';
import { artifacts as stakingArtifacts, toBaseUnitAmount } from '@0x/contracts-staking';
import { artifacts as stakingArtifacts } from '@0x/contracts-staking';
import {
blockchainTests,
constants,
@@ -16,6 +16,7 @@ import {
expect,
getLatestBlockTimestampAsync,
Numberish,
toBaseUnitAmount,
TransactionHelper,
verifyEvents,
} from '@0x/contracts-test-utils';