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