aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-watcher/src/index.ts')
-rw-r--r--packages/order-watcher/src/index.ts25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/order-watcher/src/index.ts b/packages/order-watcher/src/index.ts
deleted file mode 100644
index 1f4e5eff1..000000000
--- a/packages/order-watcher/src/index.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-export { OrderWatcher } from './order_watcher/order_watcher';
-export { OrderWatcherWebSocketServer } from './order_watcher/order_watcher_web_socket_server';
-export { ExpirationWatcher } from './order_watcher/expiration_watcher';
-
-export {
- OrderStateValid,
- OrderStateInvalid,
- OrderState,
- ExchangeContractErrs,
- ObjectMap,
- OrderRelevantState,
- Stats,
-} from '@0x/types';
-
-export { OnOrderStateChangeCallback, OrderWatcherConfig } from './types';
-
-export { ContractAddresses } from '@0x/contract-addresses';
-export { SignedOrder } from '@0x/types';
-export {
- JSONRPCRequestPayload,
- JSONRPCErrorCallback,
- Provider,
- JSONRPCResponsePayload,
- JSONRPCResponseError,
-} from 'ethereum-types';