pool fee selection; ohlc subs
This commit is contained in:
@@ -21,7 +21,7 @@ socket.on('p', async (chainId, pool, price) => {
|
||||
s.poolPrices[[chainId,pool]] = price
|
||||
})
|
||||
|
||||
socket.on('ohlcs', async (chainId, pool, ohlcs) => {
|
||||
socket.on('ohlc', async (chainId, pool, ohlcs) => {
|
||||
console.log('pool bars', pool, ohlcs)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user