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:
@@ -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';
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user