Add EthBalanceChecker contract to monorepo

This commit is contained in:
Fabio Berger
2019-06-11 08:45:15 -07:00
parent ecf939f8c8
commit 43afe67593
10 changed files with 262 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ import * as ERC20Proxy from '../artifacts/ERC20Proxy.json';
import * as ERC20Token from '../artifacts/ERC20Token.json';
import * as ERC721Proxy from '../artifacts/ERC721Proxy.json';
import * as ERC721Token from '../artifacts/ERC721Token.json';
import * as EthBalanceChecker from '../artifacts/EthBalanceChecker.json';
import * as Exchange from '../artifacts/Exchange.json';
import * as Forwarder from '../artifacts/Forwarder.json';
import * as IAssetProxy from '../artifacts/IAssetProxy.json';
@@ -38,4 +39,5 @@ export {
ZRXToken,
Coordinator,
CoordinatorRegistry,
EthBalanceChecker,
};