Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-29 18:40:10 +03:00
parent 721a136483
commit d6a394a5eb

View file

@ -61,6 +61,8 @@ fun Blockchain.Companion.fromNetworkId(networkId: String): Blockchain? {
"cronos" -> Blockchain.Cronos
"telos" -> Blockchain.Telos
"telos/test" -> Blockchain.TelosTestnet
"azero" -> Blockchain.AlephZero
"azero/test" -> Blockchain.AlephZeroTestnet
else -> null
}
}