Replies: 1 comment 4 replies
-
Just tested out with inject, WalletConnect, and WalletLink connectors and it works fine. Also, opened a PR to change return type of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gm... I have an async function in my app that performs some updates to the ui when the network is changed by the user. According to the docs,
switchNework
is supposed to return a promise, but it appears that is not the case. In my function below, the console log statement is logged before the network actually changes.Has anyone else needed to await the switchNetwork function and perform actions after the network updates?
Beta Was this translation helpful? Give feedback.
All reactions