Updated on 2026-08-14
This commit is contained in:
parent
e7c1afe000
commit
e942dcb6c9
1 changed files with 4 additions and 1 deletions
|
|
@ -222,7 +222,10 @@ class WalletConnectMiddleware {
|
|||
val blockchain = WalletConnectNetworkUtils.parseBlockchain(
|
||||
chainId = chainId,
|
||||
peer = session.peerMeta,
|
||||
) ?: Blockchain.Ethereum
|
||||
).guard {
|
||||
store.dispatchOnMain(GlobalAction.ShowDialog(WalletConnectDialog.UnsupportedNetwork))
|
||||
return
|
||||
}
|
||||
|
||||
store.dispatch(
|
||||
GlobalAction.ScanCard(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue