Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
:fix switch network improvements & wagmi to recognize wc session #3299
:fix switch network improvements & wagmi to recognize wc session #3299
Changes from all commits
9a128d5
71f4058
bc7b24e
2b9a3db
3bdbaec
b60643a
7db0f42
34d19b4
9ac3b69
e5d5f33
ecab080
2c7cd61
1065e16
9164df0
672b9e8
7715f95
3c67cb1
05646dd
7193992
7151a56
31814e2
d6deca4
ad88034
3af2a70
eb103e3
ced239e
a9b563a
ff5b727
7e1d915
16ab1ca
0af2f69
44401e0
5a7873d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a comment on why this is required? not sure why this or a switch network would be required if a connection fails? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment:
Handle edge case where wagmi detects existing connection but lacks to complete UniversalProvider instance. Connection attempt fails due to already connected state - reconnect to restore provider state.