Fix build errors
This commit is contained in:
parent
f15560bd89
commit
5dcf7919fc
@ -82,7 +82,8 @@
|
|||||||
"@0x/typescript-typings": "^4.2.2",
|
"@0x/typescript-typings": "^4.2.2",
|
||||||
"@0x/utils": "^4.3.3",
|
"@0x/utils": "^4.3.3",
|
||||||
"@0x/web3-wrapper": "^6.0.6",
|
"@0x/web3-wrapper": "^6.0.6",
|
||||||
"ethereum-types": "^2.1.2"
|
"ethereum-types": "^2.1.2",
|
||||||
|
"ethereumjs-util": "^5.1.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -524,3 +524,4 @@ describe('LibAssetData', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
// tslint:disable:max-file-line-count
|
||||||
|
@ -97,6 +97,7 @@ export {
|
|||||||
ERC1155AssetData,
|
ERC1155AssetData,
|
||||||
MultiAssetData,
|
MultiAssetData,
|
||||||
MultiAssetDataWithRecursiveDecoding,
|
MultiAssetDataWithRecursiveDecoding,
|
||||||
|
StaticCallAssetData,
|
||||||
SignatureType,
|
SignatureType,
|
||||||
ObjectMap,
|
ObjectMap,
|
||||||
OrderRelevantState,
|
OrderRelevantState,
|
||||||
|
@ -70,6 +70,7 @@ export {
|
|||||||
ERC1155AssetData,
|
ERC1155AssetData,
|
||||||
SingleAssetData,
|
SingleAssetData,
|
||||||
MultiAssetData,
|
MultiAssetData,
|
||||||
|
StaticCallAssetData,
|
||||||
MultiAssetDataWithRecursiveDecoding,
|
MultiAssetDataWithRecursiveDecoding,
|
||||||
DutchAuctionDetails,
|
DutchAuctionDetails,
|
||||||
Order,
|
Order,
|
||||||
|
@ -49,6 +49,7 @@ export {
|
|||||||
ERC721AssetData,
|
ERC721AssetData,
|
||||||
ERC1155AssetData,
|
ERC1155AssetData,
|
||||||
MultiAssetData,
|
MultiAssetData,
|
||||||
|
StaticCallAssetData,
|
||||||
MultiAssetDataWithRecursiveDecoding,
|
MultiAssetDataWithRecursiveDecoding,
|
||||||
AssetProxyId,
|
AssetProxyId,
|
||||||
SignatureType,
|
SignatureType,
|
||||||
|
@ -279,7 +279,7 @@ export enum RevertReason {
|
|||||||
WalletError = 'WALLET_ERROR',
|
WalletError = 'WALLET_ERROR',
|
||||||
ValidatorError = 'VALIDATOR_ERROR',
|
ValidatorError = 'VALIDATOR_ERROR',
|
||||||
InvalidFunctionSelector = 'INVALID_FUNCTION_SELECTOR',
|
InvalidFunctionSelector = 'INVALID_FUNCTION_SELECTOR',
|
||||||
InvalidAssetData = 'InvalidAssetData',
|
InvalidAssetData = 'INVALID_ASSET_DATA',
|
||||||
InvalidAssetProxy = 'INVALID_ASSET_PROXY',
|
InvalidAssetProxy = 'INVALID_ASSET_PROXY',
|
||||||
UnregisteredAssetProxy = 'UNREGISTERED_ASSET_PROXY',
|
UnregisteredAssetProxy = 'UNREGISTERED_ASSET_PROXY',
|
||||||
TxFullyConfirmed = 'TX_FULLY_CONFIRMED',
|
TxFullyConfirmed = 'TX_FULLY_CONFIRMED',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user