Remove 0x.js dep from contracts

This commit is contained in:
Fabio Berger
2018-05-22 11:18:50 -07:00
parent 4a0c8d72b0
commit a682b5d90e
25 changed files with 353 additions and 267 deletions

View File

@@ -1,5 +1,5 @@
import { LogWithDecodedArgs, TransactionReceiptWithDecodedLogs, ZeroEx } from '0x.js';
import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
import { LogWithDecodedArgs, TransactionReceiptWithDecodedLogs } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import BN = require('bn.js');