File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
source/renderer/app/config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88
99### Chores
1010
11+ - Defined a proxy for currency conversions ([ PR 3121] ( https://github.com/input-output-hk/daedalus/pull/3121 ) )
1112- Switched Daedalus to be built with Nix flakes ([ PR 3008] ( https://github.com/input-output-hk/daedalus/pull/3008 ) )
1213- Update ` cardano-wallet ` to ` v2023-04-14 ` ([ PR 3104] ( https://github.com/input-output-hk/daedalus/pull/3104 ) )
1314- Prepared an official ` aarch64-darwin ` build ([ PR 3116] ( https://github.com/input-output-hk/daedalus/pull/3116 ) )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ type CurrencyRateGeckoResponse = Array<{
2626const id = 'coingecko' ;
2727const name = 'CoinGecko' ;
2828const website = 'https://www.coingecko.com/en/api' ;
29- const hostname = 'api. coingecko.com ' ;
29+ const hostname = 'coingecko.live-mainnet.eks.lw.iog.io ' ;
3030const version = 'v3' ;
3131const pathBase = `api/${ version } ` ;
3232const requests = {
You can’t perform that action at this time.
0 commit comments