aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/utils/confirm-tx.util.js
diff options
context:
space:
mode:
authorChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:04:00 +0800
committerChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:04:00 +0800
commitffb58b74793e9b5d5caf36efdc5d7d3867c2e162 (patch)
tree94e0b86e54e6ba2062a64bb9536a575b9f6c309b /ui/app/helpers/utils/confirm-tx.util.js
parent11b14616db1153510b4c37edada7463d2e9a368b (diff)
downloadtangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.gz
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.bz2
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.lz
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.xz
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.zst
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.zip
configuration, translation updating
Diffstat (limited to 'ui/app/helpers/utils/confirm-tx.util.js')
-rw-r--r--ui/app/helpers/utils/confirm-tx.util.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/helpers/utils/confirm-tx.util.js b/ui/app/helpers/utils/confirm-tx.util.js
index 853427b31..92a1f668e 100644
--- a/ui/app/helpers/utils/confirm-tx.util.js
+++ b/ui/app/helpers/utils/confirm-tx.util.js
@@ -55,7 +55,7 @@ export function addFiat (...args) {
export function getValueFromWeiHex ({
value,
- fromCurrency = 'ETH',
+ fromCurrency = 'TAN',
toCurrency,
conversionRate,
numberOfDecimals,
@@ -75,7 +75,7 @@ export function getValueFromWeiHex ({
export function getTransactionFee ({
value,
- fromCurrency = 'ETH',
+ fromCurrency = 'TAN',
toCurrency,
conversionRate,
numberOfDecimals,
@@ -101,7 +101,7 @@ export function formatCurrency (value, currencyCode) {
export function convertTokenToFiat ({
value,
- fromCurrency = 'ETH',
+ fromCurrency = 'TAN',
toCurrency,
conversionRate,
contractExchangeRate,