Revert "fix polygon name (#1697)" (#1699)
Some checks are pending
Cache Dependencies / test (push) Waiting to run

This reverts commit 17de9f16b8.
This commit is contained in:
Omar Hatem 2024-09-23 20:13:40 +03:00 committed by GitHub
parent bab45a9e36
commit 094b5ec82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,7 +284,6 @@ class StealthExExchangeProvider extends ExchangeProvider {
String _getName(CryptoCurrency currency) {
if (currency == CryptoCurrency.usdcEPoly) return 'usdce';
if (currency == CryptoCurrency.maticpoly) return 'matic';
return currency.title.toLowerCase();
}