mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
add/remove coins from readme & matic -> pol on add wallet page (#2165)
* readme: remove xhv & add missing coins * cw_core: wallet_type rename matic -> pol
This commit is contained in:
parent
ea27a39e50
commit
7b27990e29
2 changed files with 6 additions and 7 deletions
|
@ -193,7 +193,7 @@ String walletTypeToDisplayName(WalletType type) {
|
|||
case WalletType.banano:
|
||||
return 'Banano (BAN)';
|
||||
case WalletType.polygon:
|
||||
return 'Polygon (MATIC)';
|
||||
return 'Polygon (POL)';
|
||||
case WalletType.solana:
|
||||
return 'Solana (SOL)';
|
||||
case WalletType.tron:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue