pool fee selection; ohlc subs

This commit is contained in:
Tim
2024-03-13 15:48:19 -04:00
parent 82a150df2b
commit 35856a4edb
7 changed files with 148 additions and 44 deletions

View File

@@ -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)
})