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:44:40 +0800
committerChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:44:40 +0800
commit852df543036aac5d0d24d3a31a24818ac4c114bd (patch)
treed8758b40eea4ea8bd35aaa2e7255621fffdd702b /ui/app/helpers/utils/confirm-tx.util.js
parentffb58b74793e9b5d5caf36efdc5d7d3867c2e162 (diff)
downloadtangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.gz
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.bz2
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.lz
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.xz
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.tar.zst
tangerine-wallet-browser-852df543036aac5d0d24d3a31a24818ac4c114bd.zip
revert replacing "ETH" with "TAN"
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 92a1f668e..853427b31 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 = 'TAN',
+ fromCurrency = 'ETH',
toCurrency,
conversionRate,
numberOfDecimals,
@@ -75,7 +75,7 @@ export function getValueFromWeiHex ({
export function getTransactionFee ({
value,
- fromCurrency = 'TAN',
+ fromCurrency = 'ETH',
toCurrency,
conversionRate,
numberOfDecimals,
@@ -101,7 +101,7 @@ export function formatCurrency (value, currencyCode) {
export function convertTokenToFiat ({
value,
- fromCurrency = 'TAN',
+ fromCurrency = 'ETH',
toCurrency,
conversionRate,
contractExchangeRate,