-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi,
We are currently implementing the new HWC 2.0 in our stablecoin project (https://github.com/hashgraph/stablecoin-studio/tree/develop) and are encountering an issue with WalletConnect integration.
At the moment, WalletConnect is able to connect successfully when we scan the QR code using the MetaMask mobile app. However, it does not detect or connect to the MetaMask browser extension.
Following your documentation, we attempted to configure an ethers provider. With this setup, the MetaMask browser extension is detected, but the connection cannot be successfully established.
For reference, we are using the following dependency versions:
"dependencies": { "@hashgraph/cryptography": "1.4.3", "@hashgraph/hedera-custodians-integration": "^1.4.1", "@hashgraph/hedera-wallet-connect": "2.0.3", "@hashgraph/proto": "2.25.0", "@reown/appkit": "1.8.9", "@reown/appkit-adapter-ethers": "1.8.4", "@reown/appkit-core": "1.8.4", "@walletconnect/sign-client": "2.19.1", "@walletconnect/universal-provider": "2.21.9", "@walletconnect/utils": "2.19.1" }
Additionally, we tried reviewing your example project (https://github.com/hgraph-io/hedera-app), but it appears to be broken, as it references a local HWC version.
Could you please advise on how to properly enable detection and connection with the MetaMask browser extension using HWC 2.0? (the idea is to have both metamask and wallet connect)
Thank you.