Release 1191.0.0 - #9846
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
n3ps
enabled auto-merge
August 12, 2026 20:48
vinnyhoward
approved these changes
Aug 12, 2026
7 tasks
pull Bot
pushed a commit
to Reality2byte/metamask-extension
that referenced
this pull request
Aug 13, 2026
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** Bump `@metamask/client-utils` to `^2.0.2` ([MetaMask/core#9846](MetaMask/core#9846)). Includes the native zero-address CAIP fallback for chains without slip44 ([MetaMask/core#9833](MetaMask/core#9833)). ## **Changelog** CHANGELOG entry: null ## **Related issues** Related: MetaMask/core#9846 Related: MetaMask/core#9833 Related: MetaMask#45239 ## **Manual testing steps** 1. N/A (dependency bump) ## **Screenshots/Recordings** ### **Before** N/A ### **After** N/A ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. Made with [Cursor](https://cursor.com) --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Release of
@metamask/client-utils.References
N/A
Checklist
Note
Low Risk
Version and changelog-only release PR; functional changes are described in the changelog but not modified in this diff.
Overview
Release 1191.0.0 cuts
@metamask/client-utils2.0.2 and bumps the root monorepo version from1190.0.0to1191.0.0. The diff is versioning and changelog only—no application source changes in this PR.The 2.0.2 changelog documents behavior already landed elsewhere:
resolveNativeAssetIdandgetNativeAssetnow fall back to a zero-address ERC-20 CAIP-19 id on EVM when there is no SLIP-44 coin type (instead ofundefined), withresolveNativeAssetIdaligned via chainlist/getNativeAssetbefore that fallback; non-EVM chains still returnundefinedwithout slip44. It also records a@metamask/transaction-controllerbump from^69.5.0to^69.5.2.Reviewed by Cursor Bugbot for commit d018239. Bugbot is set up for automated code reviews on this repo. Configure here.