-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: bip 44 network selector #19276
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. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19276 +/- ##
==========================================
+ Coverage 76.03% 76.13% +0.09%
==========================================
Files 3201 3221 +20
Lines 75664 76370 +706
Branches 13441 13601 +160
==========================================
+ Hits 57532 58142 +610
- Misses 14409 14477 +68
- Partials 3723 3751 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
app/components/hooks/useNetworkSelection/useNetworkSelection.ts
Outdated
Show resolved
Hide resolved
app/components/hooks/useNetworkSelection/useNetworkSelection.ts
Outdated
Show resolved
Hide resolved
app/components/hooks/useNetworkSelection/useNetworkSelection.ts
Outdated
Show resolved
Hide resolved
|
|
|



Description
BIP-44: introduce the unified network selector scoped to an account group (EVM + Solana, BTC later) with support for popular and custom networks, CAIP-19 display, and parity with existing feature flags.
Why
• BIP-44 groups multiple accounts under one “account group.” Users need a single selector that reflects all enabled networks for that group instead of EVM-only.
core PR: MetaMask/core#6499
Changelog
CHANGELOG entry: Added a unified network selector for BIP-44 account groups, showing EVM and Solana networks in one place and supporting custom networks.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Screen.Recording.2025-09-05.at.13.49.11.mov
Pre-merge author checklist
Pre-merge reviewer checklist