Disable/Hide WalletConnect #3228
Unanswered
ignatov-dev
asked this question in
Q&A
Replies: 2 comments
-
Hi ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rtomas Sure. On the first step i'm calling createAppkit with this options (enableWalletConnect: false) export const appkit = createAppKit({
adapters: [wagmiAdapter],
networks,
defaultNetwork: bsc,
projectId,
metadata,
enableEIP6963: true,
enableInjected: true,
debug: true,
themeMode: 'light',
allowUnsupportedChain: false,
enableWalletConnect: false,
allWallets: 'HIDE',
featuredWalletIds: [
'c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96', // metamask
'4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0', // trastwallet
],
}); Then when I try to connect to MetaMask or Trust Wallet using qr code, I have an error and qr code is not loaded. Providing video of user flow... Screen.Recording.2024-11-13.at.13.50.40.mov |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
Is it possible to disable WalletConnect?
Setting enableWalletConnect: false removes WalletConnect from available connectors but leads to exception when i try to connect other wallets and QR code ui appears.
Seams like it can't work without WalletConnect. So I'm wondering if anybody was able to run it without WalletConnect or without qr code on other wallets
Beta Was this translation helpful? Give feedback.
All reactions