Updated on 2026-08-14
This commit is contained in:
parent
721a136483
commit
d6a394a5eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue