mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Revert "fix polygon name (#1697)" (#1699)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Some checks are pending
Cache Dependencies / test (push) Waiting to run
This reverts commit 17de9f16b8
.
This commit is contained in:
parent
bab45a9e36
commit
094b5ec82e
1 changed files with 0 additions and 1 deletions
|
@ -284,7 +284,6 @@ 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…
Reference in a new issue