approvals; vault creation by backend

This commit is contained in:
tim
2025-01-16 20:16:31 -04:00
parent 65c4e08e84
commit 2f5a626e5c
8 changed files with 59 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
import {ohlcs, prices} from "./cache.js";
export function subPools( socket, chainId, addresses) {
export function subPools( socket, chainId, addresses ) {
for(const address of addresses) {
const room = `${chainId}|${address}`;
socket.join(room)