Move types from sol-compiler to types so they can be used in other places without requiring sol-compiler as a dep

This commit is contained in:
Fabio Berger
2018-08-21 23:58:06 +01:00
parent 1bbd7bf870
commit 301cb296ec
30 changed files with 190 additions and 111 deletions

View File

@@ -1,4 +1,4 @@
import { ContractArtifact } from '@0xproject/sol-compiler';
import { ContractArtifact } from 'ethereum-types';
import * as AssetProxyOwner from '../../artifacts/AssetProxyOwner.json';
import * as DummyERC20Token from '../../artifacts/DummyERC20Token.json';

View File

@@ -1,4 +1,4 @@
import { ContractArtifact } from '@0xproject/sol-compiler';
import { ContractArtifact } from 'ethereum-types';
import { AbiDecoder, BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import {