It's impossible to connect wallet using wallet connect if I use the dApp from mobile device. Only modal window with QR code is appeared, but I can't scan QR code with the same mobile device, so user is stuck.
I propose you to add the mobileWallet and desktopWallet properties to web3Modal of WalletConnectStore:
interface WalletConnectStore {
options: SignClientTypes.Options | null;
web3Modal?: Pick<Web3ModalConfig, "mobileWallets", "desktopWallets", "themeVariables" | "themeMode" | "privacyPolicyUrl" | "termsOfServiceUrl"> | null;
}
Other way is to create walletList property of GrazProvider and map its value to put to WalletConnect, if it's enabled (projectId is defined)
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too