Fixed merge conflict from development
This commit is contained in:
parent
e39ae0350b
commit
04db7f0fae
@ -81,6 +81,7 @@ export {
|
||||
OrderStateInvalid,
|
||||
OrderState,
|
||||
AssetProxyId,
|
||||
AssetData,
|
||||
SingleAssetData,
|
||||
ERC20AssetData,
|
||||
ERC721AssetData,
|
||||
|
@ -60,9 +60,12 @@ export {
|
||||
|
||||
export {
|
||||
AssetData,
|
||||
DutchAuctionDetails,
|
||||
ERC20AssetData,
|
||||
ERC721AssetData,
|
||||
SingleAssetData,
|
||||
MultiAssetData,
|
||||
MultiAssetDataWithRecursiveDecoding,
|
||||
DutchAuctionDetails,
|
||||
Order,
|
||||
SignedOrder,
|
||||
AssetProxyId,
|
||||
|
@ -9,13 +9,11 @@ import {
|
||||
WETH9Events,
|
||||
} from '@0x/abi-gen-wrappers';
|
||||
import { ContractAddresses } from '@0x/contract-addresses';
|
||||
import { OrderState, SignedOrder } from '@0x/types';
|
||||
import { AssetData, OrderState, SignedOrder } from '@0x/types';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
|
||||
import { BlockParam, ContractEventArg, DecodedLogArgs, LogEntryEvent, LogWithDecodedArgs } from 'ethereum-types';
|
||||
|
||||
import { AssetData } from '@0x/order-utils';
|
||||
|
||||
export enum ExchangeWrapperError {
|
||||
AssetDataMismatch = 'ASSET_DATA_MISMATCH',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user