mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 04:19:50 +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
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue