Add ERC1155Proxy and StaticCallProxy artifacts

This commit is contained in:
Amir Bandeali
2019-07-30 16:11:45 -07:00
committed by Jacob Evans
parent 78c704e3d1
commit 424f984ea8
4 changed files with 332 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import * as CoordinatorRegistry from '../artifacts/CoordinatorRegistry.json';
import * as DummyERC20Token from '../artifacts/DummyERC20Token.json';
import * as DummyERC721Token from '../artifacts/DummyERC721Token.json';
import * as DutchAuction from '../artifacts/DutchAuction.json';
import * as ERC1155Proxy from '../artifacts/ERC1155Proxy.json';
import * as ERC20Proxy from '../artifacts/ERC20Proxy.json';
import * as ERC20Token from '../artifacts/ERC20Token.json';
import * as ERC721Proxy from '../artifacts/ERC721Proxy.json';
@@ -16,6 +17,7 @@ import * as IValidator from '../artifacts/IValidator.json';
import * as IWallet from '../artifacts/IWallet.json';
import * as MultiAssetProxy from '../artifacts/MultiAssetProxy.json';
import * as OrderValidator from '../artifacts/OrderValidator.json';
import * as StaticCallProxy from '../artifacts/StaticCallProxy.json';
import * as WETH9 from '../artifacts/WETH9.json';
import * as ZRXToken from '../artifacts/ZRXToken.json';
@@ -24,6 +26,7 @@ export {
DutchAuction,
DummyERC20Token,
DummyERC721Token,
ERC1155Proxy,
ERC20Proxy,
ERC20Token,
ERC721Proxy,
@@ -35,6 +38,7 @@ export {
IWallet,
MultiAssetProxy,
OrderValidator,
StaticCallProxy,
WETH9,
ZRXToken,
Coordinator,