Skip to content

Commit

Permalink
fix: Ensure NEAR token balance shows correct USD fiat value
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximusHaximus committed Mar 25, 2022
1 parent 0da1ae2 commit da1c43b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default createSelector(
(balanceAvailable, usd) => ({
balance: balanceAvailable || '',
onChainFTMetadata: { symbol: 'NEAR', decimals: 24 },
coingeckoMetadata: { usd },
fiatValueMetadata: { usd },
})
);

0 comments on commit da1c43b

Please sign in to comment.