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:
nahuhh 2025-04-07 18:08:07 +01:00 committed by GitHub
parent ea27a39e50
commit 7b27990e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View file

@ -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: