Skip to content

Commit

Permalink
chore: add all missing fiats (and apply fixes from currency changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 2, 2024
1 parent 9a7a798 commit dc26589
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/strong-pillows-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@ledgerhq/live-countervalues-react": patch
"ledger-live-desktop": patch
"live-mobile": patch
"@ledgerhq/live-common": patch
"@ledgerhq/live-countervalues": patch
"@ledgerhq/coin-framework": patch
"@ledgerhq/live-cli": patch
---

Add more fiats in countervalues settings
1 change: 0 additions & 1 deletion libs/live-countervalues/src/logic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export async function loadCountervalues(
rateGranularities.forEach((granularity: RateGranularity) => {
const format = formatPerGranularity[granularity];
const earliestHisto = format(nowDate);
log("countervalues", "earliestHisto=" + earliestHisto);
const limit = datapointLimits[granularity];

settings.trackingPairs.forEach(({ from, to, startDate }) => {
Expand Down

0 comments on commit dc26589

Please sign in to comment.