mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +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) {
|
String _getName(CryptoCurrency currency) {
|
||||||
if (currency == CryptoCurrency.usdcEPoly) return 'usdce';
|
if (currency == CryptoCurrency.usdcEPoly) return 'usdce';
|
||||||
|
if (currency == CryptoCurrency.maticpoly) return 'matic';
|
||||||
return currency.title.toLowerCase();
|
return currency.title.toLowerCase();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue