Introduce new contract-addresses package and use it everywhere
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user