diff options
Diffstat (limited to 'packages/0x.js/src/index.ts')
-rw-r--r-- | packages/0x.js/src/index.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts index 5c7ad6e1c..c79dbdb77 100644 --- a/packages/0x.js/src/index.ts +++ b/packages/0x.js/src/index.ts @@ -19,8 +19,6 @@ export { TransactionReceiptWithDecodedLogs, } from '@0xproject/types'; -export { OrderWatcherConfig } from '@0xproject/order-watcher'; - export { EventCallback, ContractEvent, |