charting refactor into shapes, not debugged

This commit is contained in:
Tim
2024-02-05 20:02:49 -04:00
parent 5587915728
commit 042f96b37c
13 changed files with 614 additions and 114 deletions

View File

@@ -26,7 +26,7 @@ export function subOHLCs( chainId, poolPeriods ) {
socket.emit('subOHLCs', chainId, toSub)
}
export function unsubPrices( chainId, poolPeriods ) {
export function unsubOHLCs( chainId, poolPeriods ) {
const toUnsub = []
for( const [pool,period] of poolPeriods ) {
const key = `${pool}|${period}`