make-software / casper-wallet

Securely manage your CSPR tokens, interact with dapps, and sign transactions with Casper Wallet, the go-to self-custody wallet for the Casper Network.
https://casperwallet.io
Apache License 2.0
21 stars 4 forks source link

feature: add PNG token icon support and transaction amount handling #992

Closed ost-ptk closed 3 months ago

ost-ptk commented 3 months ago

Make sure to fill in all the below sections.

Description

Expands the token icon support to include PNG format in the token-plate component. Also, the amount field has been added to the ERC20 token activity list rendering logic, and the amount calculation in the account activity plate component was adjusted to correctly handle transactions that do not include specific 'amount' information in the args field. To accommodate these changes, an optional 'amount' field was added to the Erc20TransferWithId type.

Linked tickets

WALLET-359

Checklist