-
Notifications
You must be signed in to change notification settings - Fork 38
chore: prep for v1.3.1 #421
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
Conversation
fix: get the connector id before setting the approved networks
chore: removed old changeset file
🦋 Changeset detectedLatest commit: 648b95c The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 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 |
chore: changed connector type comparison
fix: network images loading
|
| .filter(network => network?.imageId) | ||
| .slice(0, 5) | ||
| .map(AssetUtil.getNetworkImage) | ||
| .map(network => AssetUtil.getNetworkImage(network, AssetController.state.networkImages)) |
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.


This pull request introduces a patch to multiple React Native packages to fix how approved networks and the "support all networks" flag are set when connecting wallets.