aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/types.ts
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-05-26 07:08:15 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-07-12 01:18:15 +0800
commita4b6112a311332df2c00799857463a646df78e25 (patch)
tree8fcc053b7fae56f7a69801e3c4091cda30a393ac /packages/connect/src/types.ts
parent47debf0134b5864046831321b8eeeeb9aaaaf0a8 (diff)
downloaddexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar.gz
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar.bz2
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar.lz
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar.xz
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.tar.zst
dexon-0x-contracts-a4b6112a311332df2c00799857463a646df78e25.zip
Consolidate back to one channel and expose only the factory
Diffstat (limited to 'packages/connect/src/types.ts')
-rw-r--r--packages/connect/src/types.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/connect/src/types.ts b/packages/connect/src/types.ts
index 5657942ee..5ea114371 100644
--- a/packages/connect/src/types.ts
+++ b/packages/connect/src/types.ts
@@ -16,13 +16,6 @@ export interface OrderbookChannel {
}
/**
- * heartbeatInterval: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
- */
-export interface NodeWebSocketOrderbookChannelConfig {
- heartbeatIntervalMs?: number;
-}
-
-/**
* baseTokenAddress: The address of token designated as the baseToken in the currency pair calculation of price
* quoteTokenAddress: The address of token designated as the quoteToken in the currency pair calculation of price
* snapshot: If true, a snapshot of the orderbook will be sent before the updates to the orderbook