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

nahuhh committed Apr 7, 2025 at 18:08 UTC 7b27990e296ad35215be1fa4c6f506a86cd711ad
2 files changed +6 -7
README.md
+5 -6
@@ -26,10 +26,13 @@ Cake Wallet includes support for several cryptocurrencies, including:
26 * Ethereum (ETH)
27 * Litecoin (LTC)
28 * Bitcoin Cash (BCH)
29 -* Polygon (Pol)
29 +* Polygon (POL)
30 * Solana (SOL)
31 +* Tron (TRX)
32 * Nano (XNO)
32 -* Haven (XHV)
33 +* Zano (ZANO)
34 +* Decred (DCR)
35 +* Wownero (WOW)
36
37 ## Features
38
@@ -81,10 +84,6 @@ Cake Wallet includes support for several cryptocurrencies, including:
84 * Automatically generate new addresses
85 * Specify multiple recipients for batch sending
86
84 -### Haven Specific Features
85 -
86 -* Send, receive, and store XHV and all xAssets like xUSD, xEUR, xAG, etc.
87 -
87 # Monero.com by Cake Wallet for Android and iOS
88
89 ## Open Source Monero-Only Wallet
cw_core/lib/wallet_type.dart
+1 -1
@@ -193,7 +193,7 @@ String walletTypeToDisplayName(WalletType type) {
193 case WalletType.banano:
194 return 'Banano (BAN)';
195 case WalletType.polygon:
196 - return 'Polygon (MATIC)';
196 + return 'Polygon (POL)';
197 case WalletType.solana:
198 return 'Solana (SOL)';
199 case WalletType.tron: