Skip to content

Commit 8dc18ed

Browse files
committed
[DDW-1203] Switch to the final production URL
1 parent 72816d7 commit 8dc18ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/config/currencyConfig.coingecko.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type CurrencyRateGeckoResponse = Array<{
2626
const id = 'coingecko';
2727
const name = 'CoinGecko';
2828
const website = 'https://www.coingecko.com/en/api';
29-
const hostname = 'coingecko.dev-preprod.eks.lw.iog.io';
29+
const hostname = 'coingecko.live-mainnet.eks.lw.iog.io';
3030
const version = 'v3';
3131
const pathBase = `api/${version}`;
3232
const requests = {

0 commit comments

Comments
 (0)