Updated on 2026-08-14
This commit is contained in:
commit
20e26194a2
2 changed files with 3 additions and 1 deletions
|
|
@ -173,6 +173,7 @@ class TapWalletManager {
|
|||
walletManagers = listOf(primaryWalletManager),
|
||||
save = false,
|
||||
),
|
||||
WalletAction.LoadFiatRate(),
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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