Skip to content

Commit

Permalink
[DDW-1203] Switch to the final production URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed May 17, 2023
1 parent 72816d7 commit 8dc18ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/renderer/app/config/currencyConfig.coingecko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type CurrencyRateGeckoResponse = Array<{
const id = 'coingecko';
const name = 'CoinGecko';
const website = 'https://www.coingecko.com/en/api';
const hostname = 'coingecko.dev-preprod.eks.lw.iog.io';
const hostname = 'coingecko.live-mainnet.eks.lw.iog.io';
const version = 'v3';
const pathBase = `api/${version}`;
const requests = {
Expand Down

0 comments on commit 8dc18ed

Please sign in to comment.