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

`@0x/contract-wrappers`: Add `ITransformERC20Contract`.
This commit is contained in:
Lawrence Forman
2020-06-01 15:13:05 -04:00
parent 2a81e468c7
commit 3e3bc5c06d
8 changed files with 996 additions and 2 deletions

View File

@@ -83,6 +83,12 @@ export {
StakingProxyStakingContractAttachedToProxyEventArgs,
StakingProxyStakingContractDetachedFromProxyEventArgs,
} from './generated-wrappers/staking_proxy';
export {
ITransformERC20Contract,
ITransformERC20EventArgs,
ITransformERC20Events,
ITransformERC20TransformedERC20EventArgs,
} from './generated-wrappers/i_transform_erc20';
export {
BlockRange,
SupportedProvider,