-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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: switchNetwork - invalid chain ID error parsing #3847
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 034a504 The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
9 Skipped Deployments
|
|
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.
Description
Unsupported Chain
error code that was not properly handled when switchintg network. This causedwallet_addEthereumNetwork
to not be fired when wallet considers some chain id sent as invalid, which can happen when the network is not configured wallet side (valid add ethereum chain case).Type of change
Associated Issues
Closes APKT-2261
Checklist