Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-09 14:11:02 +03:00
parent 368066a4da
commit 29d577c0b3

View file

@ -82,6 +82,7 @@ fun Blockchain.Companion.fromNetworkId(networkId: String): Blockchain? {
"aptos/test" -> Blockchain.AptosTestnet
"shibarium" -> Blockchain.Shibarium
"shibarium/test" -> Blockchain.ShibariumTestnet
"" -> Blockchain.Playa3ull // FIXME
else -> null
}
}