Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mantasfam committed Sep 24, 2024
1 parent 1f9fa86 commit b30fb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/factory/providers/solana/raydium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const RAYDIUM_POOLS_ENDPOINT =

async function tvl(params: ITvlParams): Promise<Partial<ITvlReturn>> {
const { web3 } = params;

const balances = {};
const pools = await fetch(RAYDIUM_POOLS_ENDPOINT).then((res) => res.json());
const RAYDIUM_POOLS = pools.official;
Expand Down

0 comments on commit b30fb45

Please sign in to comment.