Skip to content

Commit

Permalink
update coingecko api key (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
alphastorm authored Aug 3, 2023
1 parent f9028e9 commit 599a905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/updateTokenPrices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function fetchTokenPricesUSD(
fetch(
`${coinGeckoAPI}?ids=${encodeURIComponent(
tokenIds.join(","),
)}&vs_currencies=usd&x_cg_pro_api_key=CG-io2x5AFyEVbKQgRm5bjmssbU
)}&vs_currencies=usd&x_cg_pro_api_key=CG-VJWALA4BxJPyofKW2fJPmuy8
`,
{ headers: { "Access-Control-Allow-Origin": "*" } },
)
Expand Down

0 comments on commit 599a905

Please sign in to comment.