Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-29 13:07:33 +03:00
parent af3a97af35
commit 1e032aeb76
7 changed files with 51 additions and 2 deletions

View file

@ -43,6 +43,7 @@ fun Blockchain.getGreyedOutIconRes(): Int {
Blockchain.TerraV1 -> R.drawable.ic_terra_no_color
Blockchain.TerraV2 -> R.drawable.ic_terra2_no_color
Blockchain.Cronos -> R.drawable.ic_cronos_no_color
Blockchain.Telos, Blockchain.TelosTestnet -> R.drawable.ic_telos_no_color
else -> R.drawable.ic_tangem_logo
}
}