Invalid QR Code #3298
-
Hi, I'm trying to setup wallet connect on my dapp, but I'm getting an invalid qr code error from Pera and Defly. import { WalletConnectModalSign } from '@walletconnect/modal-sign-html'
//........
const walletProviders = useInitializeProviders({
providers: [
{
id: PROVIDER_ID.WALLETCONNECT,
clientStatic: WalletConnectModalSign,
clientOptions: {
projectId: 'ID',
metadata: {
name: 'name',
description: 'Authenticate yourself',
url: 'https://website',
icons: ['https://walletconnect.com/walletconnect-logo.png']
}
}
}
]
}) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, it's possible that these wallets don't support WalletConnect v2 yet, feel free to reach out to them for this matter. You don't need to have your project approved to be able to use the ID btw 👌 |
Beta Was this translation helpful? Give feedback.
Hey, it's possible that these wallets don't support WalletConnect v2 yet, feel free to reach out to them for this matter.
You can see the currently supported wallets in the explorer
https://walletconnect.com/explorer
You don't need to have your project approved to be able to use the ID btw 👌