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.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29622 +/- ##
===========================================
- Coverage 82.15% 61.79% -20.37%
===========================================
Files 5178 5225 +47
Lines 137450 138558 +1108
Branches 31079 31452 +373
===========================================
- Hits 112924 85616 -27308
- Misses 16875 46232 +29357
+ Partials 7651 6710 -941 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 400616a. Configure here.
| CHAIN_IDS.LINEA_MAINNET, // Linea mainnet | ||
| ]; | ||
|
|
||
| /** |
There was a problem hiding this comment.
Unused constant and import left behind after removal
Low Severity
MUSD_TOKEN_REGISTRATION_CHAIN_IDS_FALLBACK is now dead code. Its only consumer, selectMusdTokenRegistrationChainIds, was removed in this PR, but the constant itself (along with its JSDoc) remains exported from index.ts, and the test file still imports it at line 17 without using it anywhere. Both the export and the import are unused and can be removed.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 400616a. Configure here.
|
The committed fixture schema is out of date. To update, comment: |





DO NOT MERGE - These changes lead to missing mUSD asset icons.
Description
This PR removes the globally mounted
useEnsureMusdTokenRegistered()since the @metamask/assets-controllers now auto-track mUSD.Changes:
@metamask/assets-controllerto^6.3.0@metamask/assets-controllersto^105.1.0useEnsureMusdTokenRegisteredensureMusdTokenRegisteredChangelog
CHANGELOG entry: removed globally mounted useEnsureMusdTokenRegistered; bumped @metamask/assets-controller to ^6.3.0; bumped @metamask/assets-controllers to ^105.1.0.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Cursor Bugbot is generating a summary for commit 400616a. Configure here.