Open micahalcorn opened 1 year ago
Also seeing this attempting a trade of ERC20s after successful allowance approval on walletconnect v2:
Native assets (ETH, AVAX) seems to be working fine.
Looking the in the source code, this may have been addressed previously: https://github.com/Uniswap/interface/blob/main/src/connection/WalletConnectV2.ts#L38
Some useful information that may assist in resolving this - use methods
instead of optionalMethods
:
https://github.com/wagmi-dev/wagmi/discussions/2240#discussioncomment-6854104
Also noting that trustwallet was able to trade successfully via walletconnect so this seems wallet dependent.
Bug Description Clicking "Confirm swap" on https://app.uniswap.org/#/swap fails silently with Gnosis Safe connected via WalletConnect.
Steps to Reproduce
Demo: https://www.loom.com/share/13fc327a58574e668c5d5e04b5641f76 ...
Expected Behavior The wallet should present a prompt for signing the swap transaction.
Additional Context It's possible that Safe + WalletConnect is not supported. I think 1inch requires me to use the Safe App within their web interface. Other dapps allow me to do what I'm attempting to do here.