-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uni merge: Network selector is enabled when connected to SC wallets #414
Comments
@alfetopito @anxolin @nenadV91 @fairlighteth thoughts? |
i agree we should hide on sc wallet detection |
Mmm, but doesn't other wallet that use wallet support to change the network using wallet connect? What about Metamask mobile for example? If i'm not mistaken there. |
I think there are different ways to read and understand
Both mean the same, but on the second point above you have to switch manually. E.g. with a Mainnet (smart contract) Safe wallet, you have to manually switch (use) another network and re-connect with WalletConnect. Much more (manual) steps involved but in the end it achieves the same. Back to the network switcher: We intend that to trigger the 'switching' function on the client wallet's end. But this obviously doesn't work for each wallet. In the end, we do want to signal and make it clear to the user what other networks we do support. This gives the users enough cues as to what they could do and allows them to identify and address the problem:
So perhaps the message should try to address that in detail. For example:
Our messaging could also be made more specific in case we can detect the connected wallet client. E.g. we can detect it's a Safe and provide detailed steps there:
|
We can know the connected wallet because WC report their name, so i think @fairlighteth proposal should be feasible. Can we open a issue for all the wallets that this doesn't work on their side? They should address the problem, or if it's WalletConnect, they should try to sort it out with them. I see hiding as a pragmatic solution, but i would avoid doing, its sad having to do so when this some wallets support it. |
Originally reported in #406 (comment) (case 2)
Network selector is enabled when connected to WC wallets (as an example, to Safe). So when I try to change a network, I see this warning message, that seems to me illogical as Safe wallet does not support networks changing. So can we disable this dropdown when connected to SC wallets at least?
The text was updated successfully, but these errors were encountered: