From 852df543036aac5d0d24d3a31a24818ac4c114bd Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Tue, 2 Jul 2019 15:44:40 +0800 Subject: revert replacing "ETH" with "TAN" --- ui/app/helpers/utils/confirm-tx.util.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/app/helpers/utils/confirm-tx.util.js') 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, -- cgit v1.2.3