Fix 0x.js dep

This commit is contained in:
Brandon Millman
2019-03-29 16:54:41 -07:00
parent c7d7e1f0e3
commit f7263ac2c6

View File

@@ -1,5 +1,5 @@
import { signatureUtils } from '0x.js';
import { ContractWrappers } from '@0x/contract-wrappers';
import { signatureUtils } from '@0x/order-utils';
import { LedgerSubprovider } from '@0x/subproviders';
import { ECSignature, SignatureType } from '@0x/types';
import { BigNumber, signTypedDataUtils } from '@0x/utils';