Skip to content

Commit

Permalink
Update to custom FiatApi Coingecko API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Apr 8, 2024
1 parent a7ed504 commit 060e94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FiatApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ FiatApi.SupportedFiatCurrency = {
* @readonly
* Coingecko api url. Note that the origin must be whitelisted in the csp.
*/
FiatApi.API_URL = 'https://api.coingecko.com/api/v3';
FiatApi.API_URL = 'https://nq-coingecko-proxy.deno.dev/api/v3';

/**
* @readonly
Expand Down

0 comments on commit 060e94a

Please sign in to comment.