Introduce new contract-addresses package and use it everywhere

This commit is contained in:
Alex Browne
2018-10-09 23:10:33 -07:00
parent fa346d9461
commit 1e9ea09f08
33 changed files with 276 additions and 112 deletions

View File

@@ -37,7 +37,6 @@ import * as WETH9 from '../../generated-artifacts/WETH9.json';
import * as Whitelist from '../../generated-artifacts/Whitelist.json';
import * as ZRXToken from '../../generated-artifacts/ZRXToken.json';
// TODO(albrow): Do we need to export all of these?
export const artifacts = {
AssetProxyOwner: (AssetProxyOwner as any) as ContractArtifact,
DummyERC20Token: (DummyERC20Token as any) as ContractArtifact,

View File

@@ -1,4 +1,3 @@
// TODO(albrow): Do we need to export all of these?
export * from '../../generated-wrappers/asset_proxy_owner';
export * from '../../generated-wrappers/dummy_erc20_token';
export * from '../../generated-wrappers/dummy_erc721_receiver';