Skip to content

Commit

Permalink
Merge pull request #3121 from input-output-hk/chore/ddw-1203-currency…
Browse files Browse the repository at this point in the history
…-proxy

[DDW-1203] Define a proxy for currency conversions
  • Loading branch information
Marcin Mazurek authored May 17, 2023
2 parents e467c4b + 8dc18ed commit 86f0d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Chores

- Defined a proxy for currency conversions ([PR 3121](https://github.com/input-output-hk/daedalus/pull/3121))
- Switched Daedalus to be built with Nix flakes ([PR 3008](https://github.com/input-output-hk/daedalus/pull/3008))
- Update `cardano-wallet` to `v2023-04-14` ([PR 3104](https://github.com/input-output-hk/daedalus/pull/3104))
- Prepared an official `aarch64-darwin` build ([PR 3116](https://github.com/input-output-hk/daedalus/pull/3116))
Expand Down
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 = 'api.coingecko.com';
const hostname = 'coingecko.live-mainnet.eks.lw.iog.io';
const version = 'v3';
const pathBase = `api/${version}`;
const requests = {
Expand Down

0 comments on commit 86f0d1d

Please sign in to comment.