Updated on 2026-08-14
This commit is contained in:
parent
06c61b9764
commit
2c2d0eaf96
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ fun Blockchain.Companion.fromNetworkId(networkId: String): Blockchain? {
|
|||
"polkadot" -> Blockchain.Polkadot
|
||||
"polkadot/test" -> Blockchain.PolkadotTestnet
|
||||
"kusama" -> Blockchain.Kusama
|
||||
"optimistic-ethereum" -> Blockchain.Optimism
|
||||
// "optimistic-ethereum" -> Blockchain.Optimism
|
||||
"optimistic-ethereum" -> null //TODO: Optimism is disabled until next release
|
||||
"optimistic-ethereum/test" -> Blockchain.OptimismTestnet
|
||||
"dash" -> Blockchain.Dash
|
||||
"wxdai" -> Blockchain.SaltPay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue