order sanity checks

This commit is contained in:
tim
2025-03-16 21:15:00 -04:00
parent b9975cda10
commit 5876efe29f
11 changed files with 130 additions and 33 deletions

View File

@@ -30,6 +30,7 @@ export function refreshOHLCSubs() {
}
keys.push(`${pool}|${period}`)
}
console.log('refreshing OHLC subs', keys)
socket.emit('subOHLCs', chainId, keys)
}