You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let wallets = await onboard.connectWallet({
autoSelect: 'WalletConnect',
})
Connect and see that the supported wallet disappear and show an error
What package is effected by this issue?
@web3-onboard/core
Is this a build or a runtime issue?
Runtime
Package Version
2.21.2
Node Version
20.11.1
What browsers are you seeing the problem on?
Firefox, Chrome, Safari
Relevant log output
No response
Anything else?
No response
Sanity Check
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
Current Behavior
I'm trying to autoSelect WalletConnect but when I do, I get an error that I don't have supported wallets on the browser.
Passing autoSelect to connect wallet like this
or like this
It removes our supported wallets
A workaround is passing
disableModals: true
but it hides the appMetadata and we would like to still show itWithout autoselect these are our supported wallets
Expected Behavior
Keep the supported wallets visible when passing data to autoSelect and the modal is showing
Steps To Reproduce
or
What package is effected by this issue?
@web3-onboard/core
Is this a build or a runtime issue?
Runtime
Package Version
2.21.2
Node Version
20.11.1
What browsers are you seeing the problem on?
Firefox, Chrome, Safari
Relevant log output
No response
Anything else?
No response
Sanity Check
The text was updated successfully, but these errors were encountered: