Closed jonathanstanley closed 7 months ago
I think this may be related: https://github.com/aragon/app/blob/e8b6a4654e2ed3891a15bc7dc5c2654a22c5e4ea/src/hooks/useWallet.tsx#L52-L56
aragon is using wagmi useNetwork
however wagmi has removed that tool:
https://wagmi.sh/react/guides/migrate-from-v1-to-v2#removed-usenetwork-hook
and perhaps use the plural const { chains } = useConfig()
Just seeing this now @jonathanstanley, good to know about this. One of our Devs is working on updating Wagmi, will check whether this issue has resolved by next week.
In some apps you cannot select the network anymore (like Rainbow) and depend on the network switch tool you mention. Not sure for Trust though, but adding this tool is on our timeline as well.
Thanks for the feedback!
Hi guys! We have updated the WAGMI package. Could you check whether wallet connections are working well for you now?
Thanks. FWIW, I still get the same error as I described earlier
Gm @jonathanstanley Seems like some other wallet connect issues have been fixed, but not yet this one where we need to implement a network switcher in our App for wallets that now depend on it. It's on our TD list though.
Describe the bug cannot create dao due to "Wrong Network" error
To Reproduce (please complete the following information)
Wrong network. The action can't be executed because you are in the wrong network. Change to the Arbitrum on your wallet and try again.
Current behavior throws error. dao creation is blocked for arbitrum
Expected behavior should not throw error
System (please complete the following information):
Additional context