Skip to content

Commit 6a3946f

Browse files
committed
Merge branch 'develop' into chore/ddw-1213-update-electron
2 parents 27122aa + 86f0d1d commit 6a3946f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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))

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 = 'api.coingecko.com';
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)