Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-07 13:27:35 +04:00
parent dec5075374
commit 2f2dec3b67
4 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@ internal class QuotesUnsupportedCurrenciesIdAdapter {
private val UNSUPPORTED_IDS_WITH_REPLACEMENTS = mapOf(
"optimistic-ethereum" to "ethereum",
"arbitrum-one" to "ethereum",
"aurora-ethereum" to "ethereum",
)
}
}