Updated on 2026-08-14

This commit is contained in:
Tangem 2023-01-27 18:50:27 +03:00
parent 86c748685e
commit 21bf5f1ead
11 changed files with 76 additions and 34 deletions

View file

@ -36,7 +36,6 @@ class TokensConverter @Inject constructor() : Converter<CoinsResponse.Coin, Curr
companion object {
private const val DEFAULT_IMAGE_HOST = "https://s3.eu-central-1.amazonaws.com/tangem.api/coins/"
private const val SMALL_ICON_PATH = "small"
private const val LARGE_ICON_PATH = "large"
}
}