mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 09:17:35 +00:00
fix polygon name (#1697)
This commit is contained in:
parent
6592b7a3c5
commit
17de9f16b8
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class StealthExExchangeProvider extends ExchangeProvider {
|
|||
|
||||
String _getName(CryptoCurrency currency) {
|
||||
if (currency == CryptoCurrency.usdcEPoly) return 'usdce';
|
||||
if (currency == CryptoCurrency.maticpoly) return 'matic';
|
||||
return currency.title.toLowerCase();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue