-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: bump network-enablement-controller cp-7.59.0 #22492
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
chore: bump network-enablement-controller cp-7.59.0 #22492
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
| "@metamask/native-utils": "^0.5.0", | ||
| "@metamask/network-controller": "^25.0.0", | ||
| "@metamask/network-enablement-controller": "patch:@metamask/network-enablement-controller@npm%3A3.0.0#~/.yarn/patches/@metamask-network-enablement-controller-npm-3.0.0-cfba64ad39.patch", | ||
| "@metamask/network-enablement-controller": "patch:@metamask/network-enablement-controller@npm%3A3.1.0#~/.yarn/patches/@metamask-network-enablement-controller-npm-3.1.0-1c0cfefdc3.patch", |
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.
if we need to do a patching, why we have to bump the controller?
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.
Resolved, it was becoz there is a PR also doing a patch , and it overrided the monad patch
so we bump up the controller (included monad), and adding change from the previous PR together as a patch



Description
This PR bumps the network-enablement-controller to version 3.1.0 that includes monad in the constant.
This allows monad to be selected when clicking on the
All popular networksbutton in the Networks Modal.Changelog
CHANGELOG entry: bumps network-enablement-controller and apply patch similar to patch on 3.0.0
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Updates @metamask/network-enablement-controller to 3.1.0 with a patch that enables additional EVM networks by default.
@metamask/network-enablement-controllerfrom3.0.0to3.1.0using a Yarn patch.dist/NetworkEnablementController.cjs):ArbitrumOne,BscMainnet,OptimismMainnet,PolygonMainnet, andSeiMainnet.Written by Cursor Bugbot for commit b41bb09. This will update automatically on new commits. Configure here.