Skip to content

Commit ec74886

Browse files
authored
fix: cp-7.60.0 non-evm accounts not found (#23318)
<!-- 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** Fix Non-EVM accounts not found Fixes part of this MetaMask/metamask-extension#38104 <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: fix: non-evm accounts not found ## **Related issues** Fixes: MetaMask/metamask-extension#38104 ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] 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-mobile/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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates Solana and Tron wallet snap dependencies to newer minor versions. > > - **Dependencies**: > - Bump `@metamask/solana-wallet-snap` from `^2.4.7` to `^2.5.0` in `package.json`. > - Bump `@metamask/tron-wallet-snap` from `^1.12.1` to `^1.13.0` in `package.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 628c91e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent f5e436e commit ec74886

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,15 +280,15 @@
280280
"@metamask/snaps-rpc-methods": "^14.1.1",
281281
"@metamask/snaps-sdk": "^10.1.0",
282282
"@metamask/snaps-utils": "^11.6.1",
283-
"@metamask/solana-wallet-snap": "^2.4.7",
283+
"@metamask/solana-wallet-snap": "^2.5.0",
284284
"@metamask/solana-wallet-standard": "^0.6.0",
285285
"@metamask/stake-sdk": "^3.2.0",
286286
"@metamask/swappable-obj-proxy": "^2.1.0",
287287
"@metamask/swaps-controller": "^15.0.0",
288288
"@metamask/token-search-discovery-controller": "^4.0.0",
289289
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.3.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch",
290290
"@metamask/transaction-pay-controller": "^10.1.0",
291-
"@metamask/tron-wallet-snap": "^1.12.1",
291+
"@metamask/tron-wallet-snap": "^1.13.0",
292292
"@metamask/utils": "^11.8.1",
293293
"@ngraveio/bc-ur": "^1.1.6",
294294
"@nktkas/hyperliquid": "^0.25.9",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9454,10 +9454,10 @@ __metadata:
94549454
languageName: node
94559455
linkType: hard
94569456

9457-
"@metamask/solana-wallet-snap@npm:^2.4.7":
9458-
version: 2.4.7
9459-
resolution: "@metamask/solana-wallet-snap@npm:2.4.7"
9460-
checksum: 10/3867ddf07c5cf2cdd50cd000b39c8e97a1fd6ef8d8270820c07f7b4d2edcc0fed383ac9015afe8827c0a46dc94ae9623c447dec32980219c5cd83a20cae145a0
9457+
"@metamask/solana-wallet-snap@npm:^2.5.0":
9458+
version: 2.5.0
9459+
resolution: "@metamask/solana-wallet-snap@npm:2.5.0"
9460+
checksum: 10/cee4cbece192269fb02a59a90cbb8369dd6af3dab33eaecbb40fdb9723568c2da1dcd98b214063f34268696074a438a895cff40a421231e05cfab0afb1c71ea6
94619461
languageName: node
94629462
linkType: hard
94639463

@@ -9721,10 +9721,10 @@ __metadata:
97219721
languageName: node
97229722
linkType: hard
97239723

9724-
"@metamask/tron-wallet-snap@npm:^1.12.1":
9725-
version: 1.12.1
9726-
resolution: "@metamask/tron-wallet-snap@npm:1.12.1"
9727-
checksum: 10/6f48c8dd6f625d7bb290bf3d39978839a0f4b905c14883e43fb35538b5ffa822f9611b8977fc54e9cb83711a95a9cbce93ad6a0149c4c31cfd1272af4b7055b0
9724+
"@metamask/tron-wallet-snap@npm:^1.13.0":
9725+
version: 1.13.0
9726+
resolution: "@metamask/tron-wallet-snap@npm:1.13.0"
9727+
checksum: 10/de3fc0ab146e0fab5f8d2f69e6dda918c22f40158ec770b24850ddb424114116dd74b1efdae119ef3bb716e6b2c96b12eb131ea2d63da89f692a756208f6be90
97289728
languageName: node
97299729
linkType: hard
97309730

@@ -35746,7 +35746,7 @@ __metadata:
3574635746
"@metamask/snaps-rpc-methods": "npm:^14.1.1"
3574735747
"@metamask/snaps-sdk": "npm:^10.1.0"
3574835748
"@metamask/snaps-utils": "npm:^11.6.1"
35749-
"@metamask/solana-wallet-snap": "npm:^2.4.7"
35749+
"@metamask/solana-wallet-snap": "npm:^2.5.0"
3575035750
"@metamask/solana-wallet-standard": "npm:^0.6.0"
3575135751
"@metamask/stake-sdk": "npm:^3.2.0"
3575235752
"@metamask/swappable-obj-proxy": "npm:^2.1.0"
@@ -35757,7 +35757,7 @@ __metadata:
3575735757
"@metamask/token-search-discovery-controller": "npm:^4.0.0"
3575835758
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.3.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch"
3575935759
"@metamask/transaction-pay-controller": "npm:^10.1.0"
35760-
"@metamask/tron-wallet-snap": "npm:^1.12.1"
35760+
"@metamask/tron-wallet-snap": "npm:^1.13.0"
3576135761
"@metamask/utils": "npm:^11.8.1"
3576235762
"@ngraveio/bc-ur": "npm:^1.1.6"
3576335763
"@nktkas/hyperliquid": "npm:^0.25.9"

0 commit comments

Comments
 (0)