Updated on 2026-08-14
This commit is contained in:
parent
4c3ba6dbad
commit
ba513c03f5
1 changed files with 0 additions and 8 deletions
|
|
@ -449,14 +449,6 @@ class WalletConnectManager {
|
|||
|
||||
when (request.method) {
|
||||
WCMethodExtended.ETH_SIGN_TYPE_DATA_V4 -> handleTypedDataV4(request, client, id)
|
||||
// WCMethodExtended.SWITCH_CHAIN -> {
|
||||
// val blockchain = request.blockchainFromChainId()
|
||||
// Timber.d("WC switch chainID\nNew Blockchain: $blockchain")
|
||||
// val session = sessions[client.session]?.toWalletConnectSession()
|
||||
// if (session != null) {
|
||||
// store.dispatchOnMain(WalletConnectAction.SwitchBlockchain(blockchain, session))
|
||||
// }
|
||||
// }
|
||||
else -> {
|
||||
Timber.d("WC: unrecognized custom request")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue