Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-03 12:59:53 +03:00
parent 2cf2c9ed1d
commit f54d7eaa57
7 changed files with 1 additions and 24 deletions

View file

@ -166,9 +166,4 @@ object BlockchainUtils {
private fun getNetworkNameWithoutTestnet(blockchain: Blockchain): String {
return blockchain.fullName.replace(oldValue = " Testnet", newValue = "")
}
fun isTokenBetaFunctionality(blockchainId: String): Boolean {
val blockchain = Blockchain.fromId(blockchainId)
return blockchain == Blockchain.Kaspa
}
}