aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contract-wrappers/src/index.ts')
-rw-r--r--packages/contract-wrappers/src/index.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/contract-wrappers/src/index.ts b/packages/contract-wrappers/src/index.ts
index f7c10dcce..7b9f3cd12 100644
--- a/packages/contract-wrappers/src/index.ts
+++ b/packages/contract-wrappers/src/index.ts
@@ -51,15 +51,12 @@ export {
DataItem,
ConstructorStateMutability,
StateMutability,
-} from 'ethereum-types';
-
-export {
ContractArtifact,
GeneratedCompilerOptions,
ContractNetworks,
Source,
ContractNetworkData,
-} from '@0xproject/sol-compiler';
+} from 'ethereum-types';
export {
WETH9Events,