diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a7869fd8..db2b14043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. *Unreleased* *Released* +## [v0.6.3] - 2021-12-23 +### Bug fixes +- Hide misleading transaction fee on CRC20 tokens + ## [v0.6.2] - 2021-12-23 ### Bug fixes - Fix irresponsive transactions when insufficient balance for fee on DApp Browser diff --git a/package.json b/package.json index eea58f43d..265be9a27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chain-desktop-wallet", - "version": "0.6.2", + "version": "0.6.3", "description": "Crypto.com Chain Desktop Wallet App", "repository": "github:crypto-com/chain-desktop-wallet", "author": "Crypto.org ", diff --git a/src/pages/assets/components/FormSend.tsx b/src/pages/assets/components/FormSend.tsx index 0f429e141..3f0b01a96 100644 --- a/src/pages/assets/components/FormSend.tsx +++ b/src/pages/assets/components/FormSend.tsx @@ -397,7 +397,7 @@ const FormSend: React.FC = props => { : ''} - {walletAsset?.assetType !== UserAssetType.EVM ? ( + {walletAsset?.assetType === UserAssetType.TENDERMINT ? (
{t('send.modal1.label4')}
{`~${getNormalScaleAmount(getTransactionFee(walletAsset!), walletAsset!)} ${