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