Add type for AssetProxyId

This commit is contained in:
Leonid Logvinov
2018-07-09 10:46:54 +02:00
parent ab1e38701d
commit 0fe0433b9a

View File

@@ -29,6 +29,11 @@ export enum ContractWrappersError {
ERC721NoApproval = 'ERC_721_NO_APPROVAL',
}
export declare enum AssetProxyId {
ERC20 = '0xf47261b0',
ERC721 = '0x08e937fa',
}
export enum InternalContractWrappersError {
NoAbiDecoder = 'NO_ABI_DECODER',
ZrxNotInTokenRegistry = 'ZRX_NOT_IN_TOKEN_REGISTRY',