@ledgerhq/coin-cardano
Advanced tools
Comparing version 0.1.0-nightly.5 to 0.1.0-nightly.6
# @ledgerhq/coin-cardano | ||
## 0.1.0-nightly.6 | ||
### Patch Changes | ||
- [#7102](https://github.com/LedgerHQ/ledger-live/pull/7102) [`bc8114c`](https://github.com/LedgerHQ/ledger-live/commit/bc8114c0a9a90bf95d57087710b405730b9a6a17) Thanks [@pavanvora](https://github.com/pavanvora)! - fix transaction config to show token tx fees in main currency | ||
## 0.1.0-nightly.5 | ||
@@ -4,0 +10,0 @@ |
@@ -17,3 +17,3 @@ import BigNumber from "bignumber.js"; | ||
label: "Transaction Fee", | ||
value: formatCurrencyUnit(getAccountCurrency(account).units[0], fees, { | ||
value: formatCurrencyUnit(getAccountCurrency(mainAccount).units[0], fees, { | ||
showCode: true, | ||
@@ -20,0 +20,0 @@ disableRounding: true, |
@@ -22,3 +22,3 @@ "use strict"; | ||
label: "Transaction Fee", | ||
value: (0, index_2.formatCurrencyUnit)((0, index_1.getAccountCurrency)(account).units[0], fees, { | ||
value: (0, index_2.formatCurrencyUnit)((0, index_1.getAccountCurrency)(mainAccount).units[0], fees, { | ||
showCode: true, | ||
@@ -25,0 +25,0 @@ disableRounding: true, |
{ | ||
"name": "@ledgerhq/coin-cardano", | ||
"version": "0.1.0-nightly.5", | ||
"version": "0.1.0-nightly.6", | ||
"description": "Ledger Cardano Coin integration", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -36,3 +36,3 @@ import BigNumber from "bignumber.js"; | ||
label: "Transaction Fee", | ||
value: formatCurrencyUnit(getAccountCurrency(account).units[0], fees, { | ||
value: formatCurrencyUnit(getAccountCurrency(mainAccount).units[0], fees, { | ||
showCode: true, | ||
@@ -39,0 +39,0 @@ disableRounding: true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
761446