From 8f0ceaf1d8261e9779213276372f4690cdf3426c Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Thu, 4 Oct 2018 14:14:05 -0700 Subject: Create abi-gen-wrappers package --- packages/contract-artifacts/src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/contract-artifacts/src/index.ts') diff --git a/packages/contract-artifacts/src/index.ts b/packages/contract-artifacts/src/index.ts index d8c83503b..f30276dd9 100644 --- a/packages/contract-artifacts/src/index.ts +++ b/packages/contract-artifacts/src/index.ts @@ -13,8 +13,7 @@ import * as OrderValidator from '../artifacts/OrderValidator.json'; import * as WETH9 from '../artifacts/WETH9.json'; import * as ZRXToken from '../artifacts/ZRXToken.json'; -// TODO(albrow): Do we need to export all of these? -export const artifacts = { +export { AssetProxyOwner, DummyERC20Token, DummyERC721Token, -- cgit v1.2.3