WalletConnect / WalletConnectFlutterV2

WalletConnect v2 client made in Dart for Flutter.
https://pub.dev/packages/walletconnect_flutter_v2
Apache License 2.0
114 stars 60 forks source link

Not connecting with Uniswap #273

Closed muhammad-hassan-shakeel closed 7 months ago

muhammad-hassan-shakeel commented 7 months ago
image

When I try to connect with Uniswap, I get this message. Please let me know how to resolve this.

quetool commented 7 months ago

Hello @muhammad-hassan-shakeel , the error is pretty self-explanatory. Apparently Uniswap does not support personal_sign method. You are requesting eth_sendTransaction and personal_sign methods but Uniswap supports eth_sendTransaction, eth_sign, eth_signTypedData and eth_signTypedData_v4.

The solution on your side is to requests every methods as optionalNamespace and leave requiredNamespaces blank