-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add base network to networks enabled by default #16064
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
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. |
## Explanation This adds the Base network as a network enabled by default. Testdrive PRs: - Extension: MetaMask/metamask-extension#33448 - Mobile: MetaMask/metamask-mobile#16064 ## References https://consensyssoftware.atlassian.net/browse/MMASSETS-773 https://consensyssoftware.atlassian.net/browse/MMASSETS-774 ## Changelog <!-- THIS SECTION IS NO LONGER NEEDED. The process for updating changelogs has changed. Please consult the "Updating changelogs" section of the Contributing doc for more. --> ## Checklist - [x] I've updated the test suite for new or updated code as appropriate - [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [x] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [x] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes
…ETS-774/enable-base-by-default
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
fd44b98
to
c4a96f7
Compare
app/components/Views/Settings/SecuritySettings/__snapshots__/SecuritySettings.test.tsx.snap
Show resolved
Hide resolved
app/components/Views/Settings/NetworksSettings/__snapshots__/index.test.tsx.snap
Show resolved
Hide resolved
...omponents/Views/OnboardingSuccess/OnboardingAssetsSettings/__snapshots__/index.test.tsx.snap
Show resolved
Hide resolved
|
|
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.
LGTM
Description
This updates network controller to support enabling base network by default.
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MMASSETS-774
Manual testing steps
It looks like for both existing and new users base and other networks are enabled by default on mobile. We only needed to add this work for extension.
Screenshots/Recordings
Before
After
https://www.loom.com/share/9b4340fe1d22424d94b3124027e20288?sid=e481f40c-0f65-4074-b8db-d4a03783d76d
DEVLOG
https://www.loom.com/share/ad2135390ac341f8967aa630284323eb
Pre-merge author checklist
Pre-merge reviewer checklist