Skip to content

Commit

Permalink
fix: use custom cg api key
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Mar 26, 2024
1 parent df1ba06 commit 7ce69d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,10 @@ async function getBalancerPoolState(poolTokenAddress: string) {
},
},
rpcUrl: getProvider(HUB_POOL_CHAIN_ID).connection.url,
coingecko: {
coingeckoApiKey:
REACT_APP_COINGECKO_PRO_API_KEY || "CG-ViHyrfvtLz2WSCJzm59TfGow",
},
};
const balancer = new BalancerSDK(config);

Expand Down

0 comments on commit 7ce69d9

Please sign in to comment.