From 301cb296ec77e8af5c1722679e04cb983c848153 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Tue, 21 Aug 2018 23:58:06 +0100 Subject: Move types from sol-compiler to types so they can be used in other places without requiring sol-compiler as a dep --- packages/0x.js/src/index.ts | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'packages/0x.js/src/index.ts') diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts index 748662c39..ec5581a5c 100644 --- a/packages/0x.js/src/index.ts +++ b/packages/0x.js/src/index.ts @@ -71,14 +71,6 @@ export { OrderRelevantState, } from '@0xproject/types'; -export { - ContractArtifact, - GeneratedCompilerOptions, - ContractNetworks, - ContractNetworkData, - Source, -} from '@0xproject/sol-compiler'; - export { BlockParamLiteral, ContractAbi, @@ -105,4 +97,9 @@ export { DataItem, ConstructorStateMutability, StateMutability, + ContractArtifact, + GeneratedCompilerOptions, + ContractNetworks, + ContractNetworkData, + Source, } from 'ethereum-types'; -- cgit v1.2.3