Updated on 2026-08-14

This commit is contained in:
Tangem 2025-01-28 11:02:51 +03:00
parent ae0eb0aff2
commit ae9bb1fc07
10 changed files with 14 additions and 40 deletions

View file

@ -143,7 +143,7 @@ object BlockchainUtils {
}
private fun getNetworkNameWithoutTestnet(blockchain: Blockchain): String {
return blockchain.getNetworkName().replace(oldValue = " Testnet", newValue = "")
return blockchain.fullName.replace(oldValue = " Testnet", newValue = "")
}
fun isTokenBetaFunctionality(blockchainId: String): Boolean {