Skip to content

Commit

Permalink
update: new token info: weth,och,ntmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Feb 28, 2024
1 parent 5ad4cc1 commit e1c7936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Account/AssetsTable/AssetsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const AssetsTable = memo(({ data = [] }) => {
decimal: 18,
};
}
console.log({ tokenInfo, item, tokenUsd, tokenInOraichain });
const decimalOfToken = tokenInfo?.decimal || tokenInOraichain?.decimals || 6;
const validatorDataCell = _.isNil(item?.validator_address) ? (
<div className={cx("align-left")}>-</div>
Expand Down

0 comments on commit e1c7936

Please sign in to comment.