Add EthBalanceChecker contract to monorepo
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user