Updated on 2026-08-14

This commit is contained in:
Tangem 2022-09-19 08:22:03 +04:00
commit 614c01ab39

View file

@ -225,7 +225,10 @@ class WalletConnectMiddleware {
val blockchain = WalletConnectNetworkUtils.parseBlockchain(
chainId = chainId,
peer = session.peerMeta,
) ?: Blockchain.Ethereum
).guard {
store.dispatchOnMain(GlobalAction.ShowDialog(WalletConnectDialog.UnsupportedNetwork))
return
}
handleScanResponse(scanResponse = scanResponse, session = session, blockchain = blockchain)
}