chore: Export Stats from types, not indirectly from OrderWatcher
This commit is contained in:
@@ -49,7 +49,7 @@ export {
|
||||
ValidateOrderFillableOpts,
|
||||
} from '@0xproject/contract-wrappers';
|
||||
|
||||
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig, Stats } from '@0xproject/order-watcher';
|
||||
export { OrderWatcher, OnOrderStateChangeCallback, OrderWatcherConfig } from '@0xproject/order-watcher';
|
||||
|
||||
export import Web3ProviderEngine = require('web3-provider-engine');
|
||||
|
||||
@@ -78,6 +78,7 @@ export {
|
||||
ERC721AssetData,
|
||||
SignatureType,
|
||||
OrderRelevantState,
|
||||
Stats,
|
||||
} from '@0xproject/types';
|
||||
|
||||
export {
|
||||
|
Reference in New Issue
Block a user