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

@ -26,10 +26,13 @@ Cake Wallet includes support for several cryptocurrencies, including:
* Ethereum (ETH) * Ethereum (ETH)
* Litecoin (LTC) * Litecoin (LTC)
* Bitcoin Cash (BCH) * Bitcoin Cash (BCH)
* Polygon (Pol) * Polygon (POL)
* Solana (SOL) * Solana (SOL)
* Tron (TRX)
* Nano (XNO) * Nano (XNO)
* Haven (XHV) * Zano (ZANO)
* Decred (DCR)
* Wownero (WOW)
## Features ## Features
@ -81,10 +84,6 @@ Cake Wallet includes support for several cryptocurrencies, including:
* Automatically generate new addresses * Automatically generate new addresses
* Specify multiple recipients for batch sending * Specify multiple recipients for batch sending
### Haven Specific Features
* Send, receive, and store XHV and all xAssets like xUSD, xEUR, xAG, etc.
# Monero.com by Cake Wallet for Android and iOS # Monero.com by Cake Wallet for Android and iOS
## Open Source Monero-Only Wallet ## Open Source Monero-Only Wallet

View file

@ -193,7 +193,7 @@ String walletTypeToDisplayName(WalletType type) {
case WalletType.banano: case WalletType.banano:
return 'Banano (BAN)'; return 'Banano (BAN)';
case WalletType.polygon: case WalletType.polygon:
return 'Polygon (MATIC)'; return 'Polygon (POL)';
case WalletType.solana: case WalletType.solana:
return 'Solana (SOL)'; return 'Solana (SOL)';
case WalletType.tron: case WalletType.tron: