From b30fb45771ca190fbac8cf6f4ea974dde50d4700 Mon Sep 17 00:00:00 2001 From: Mantas S Date: Tue, 24 Sep 2024 12:47:31 +0300 Subject: [PATCH] Update index.ts --- src/factory/providers/solana/raydium/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/factory/providers/solana/raydium/index.ts b/src/factory/providers/solana/raydium/index.ts index 4d6d0f63..6bd4a633 100644 --- a/src/factory/providers/solana/raydium/index.ts +++ b/src/factory/providers/solana/raydium/index.ts @@ -18,6 +18,7 @@ const RAYDIUM_POOLS_ENDPOINT = async function tvl(params: ITvlParams): Promise> { const { web3 } = params; + const balances = {}; const pools = await fetch(RAYDIUM_POOLS_ENDPOINT).then((res) => res.json()); const RAYDIUM_POOLS = pools.official;