Skip to content

Commit 935e555

Browse files
authored
chore: tron snap update cp-7.60.0 (#23059)
<!-- 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** We are updating the Tron snap to the latest [version 1.9.1](https://github.com/MetaMask/snap-tron-wallet/releases/tag/v1.9.1) ## **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: null ## **Related issues** Fixes: ## **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 `@metamask/tron-wallet-snap` from `^1.8.0` to `^1.9.1`. > > - **Dependencies**: > - Bump `@metamask/tron-wallet-snap` to `^1.9.1` in `package.json` and `yarn.lock`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 85018bb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b9c37e1 commit 935e555

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
"@metamask/token-search-discovery-controller": "^4.0.0",
288288
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.0.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch",
289289
"@metamask/transaction-pay-controller": "^10.0.0",
290-
"@metamask/tron-wallet-snap": "^1.8.0",
290+
"@metamask/tron-wallet-snap": "^1.9.1",
291291
"@metamask/utils": "^11.8.1",
292292
"@ngraveio/bc-ur": "^1.1.6",
293293
"@nktkas/hyperliquid": "^0.25.9",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8992,10 +8992,10 @@ __metadata:
89928992
languageName: node
89938993
linkType: hard
89948994

8995-
"@metamask/tron-wallet-snap@npm:^1.8.0":
8996-
version: 1.8.0
8997-
resolution: "@metamask/tron-wallet-snap@npm:1.8.0"
8998-
checksum: 10/26f00b353d3b443f9cdf76bcfa2e1e601042dc0ab6eb39d32666049c405b31bb6c1f5c10093091f5a7fad7e18902dda5631d1ba7b95a88acd6bfe6426c926177
8995+
"@metamask/tron-wallet-snap@npm:^1.9.1":
8996+
version: 1.9.1
8997+
resolution: "@metamask/tron-wallet-snap@npm:1.9.1"
8998+
checksum: 10/9880fce865211ed2d58b162f1ba0e41a7aa43c0180319d008b0a8a247a678284009592aeef50c25c8d4eb6393fdc9663d48a2261d7d03658e0850366052d6719
89998999
languageName: node
90009000
linkType: hard
90019001

@@ -34468,7 +34468,7 @@ __metadata:
3446834468
"@metamask/token-search-discovery-controller": "npm:^4.0.0"
3446934469
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.0.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch"
3447034470
"@metamask/transaction-pay-controller": "npm:^10.0.0"
34471-
"@metamask/tron-wallet-snap": "npm:^1.8.0"
34471+
"@metamask/tron-wallet-snap": "npm:^1.9.1"
3447234472
"@metamask/utils": "npm:^11.8.1"
3447334473
"@ngraveio/bc-ur": "npm:^1.1.6"
3447434474
"@nktkas/hyperliquid": "npm:^0.25.9"

0 commit comments

Comments
 (0)