@0x/contract-artifacts: Add IZeroEx artifact.

This commit is contained in:
Lawrence Forman
2020-07-22 23:00:06 -04:00
parent 07a681c77e
commit 957ef5ab77
31 changed files with 774 additions and 92 deletions

View File

@@ -20,6 +20,7 @@ import * as IAssetProxy from '../artifacts/IAssetProxy.json';
import * as ITransformERC20 from '../artifacts/ITransformERC20.json';
import * as IValidator from '../artifacts/IValidator.json';
import * as IWallet from '../artifacts/IWallet.json';
import * as IZeroEx from '../artifacts/IZeroEx.json';
import * as MultiAssetProxy from '../artifacts/MultiAssetProxy.json';
import * as Staking from '../artifacts/Staking.json';
import * as StakingProxy from '../artifacts/StakingProxy.json';
@@ -58,4 +59,5 @@ export {
ZrxVault,
ERC20BridgeSampler,
ITransformERC20,
IZeroEx,
};