Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-04 17:00:35 +03:00
commit bdf42f778f
32 changed files with 244 additions and 53 deletions

View file

@ -45,7 +45,7 @@ fun getActiveIconRes(blockchainId: String): Int {
"octaspace", "octaspace/test" -> R.drawable.img_octaspace_22
"chia", "chia/test" -> R.drawable.img_chia_22
"NEAR", "NEAR/test" -> R.drawable.img_near_22
"decimal", "decimal/testnet" -> R.drawable.img_decimal_22
"decimal", "decimal/test" -> R.drawable.img_decimal_22
else -> R.drawable.ic_alert_24
}
}