diff --git a/lib/reducers/terraV3-reducers.js b/lib/reducers/terraV3-reducers.js index de44bf1a0a..f98336b4f8 100644 --- a/lib/reducers/terraV3-reducers.js +++ b/lib/reducers/terraV3-reducers.js @@ -26,8 +26,7 @@ function undelegationEndTimeReducer(transaction) { function balanceReducer(coin, fiatValue, gasPrices) { return { - amount: coin.amount, - denom: denomLookup(coin.denom), + ...coin, fiatValue: fiatValue ? { amount: fiatValue.amount || 0,