Skip to content

Commit 24b7f45

Browse files
authored
chore: tron snap update to latest version cp-7.62.0 (#24565)
<!-- 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** Updates tron snap to latest version [1.19.1](https://github.com/MetaMask/snap-tron-wallet/releases/tag/v1.19.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 Tron Snap dependency to latest patch. > > - Bumps `@metamask/tron-wallet-snap` from `^1.19.0` to `^1.19.1` in `package.json` > - Syncs `yarn.lock` to resolve the new version > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8eee581. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 667be81 commit 24b7f45

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"@metamask/token-search-discovery-controller": "^4.0.0",
295295
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.9.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch",
296296
"@metamask/transaction-pay-controller": "^11.0.0",
297-
"@metamask/tron-wallet-snap": "^1.19.0",
297+
"@metamask/tron-wallet-snap": "^1.19.1",
298298
"@metamask/utils": "^11.8.1",
299299
"@ngraveio/bc-ur": "^1.1.6",
300300
"@nktkas/hyperliquid": "^0.30.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9403,10 +9403,10 @@ __metadata:
94039403
languageName: node
94049404
linkType: hard
94059405

9406-
"@metamask/tron-wallet-snap@npm:^1.19.0":
9407-
version: 1.19.0
9408-
resolution: "@metamask/tron-wallet-snap@npm:1.19.0"
9409-
checksum: 10/1557a55b5730658b9d7db934867eb6f42bab944072714bccfc58023622dca63ccd736f345e941e4d710b839039b24f03e8940c85fc4458ebdb6275c659211e18
9406+
"@metamask/tron-wallet-snap@npm:^1.19.1":
9407+
version: 1.19.1
9408+
resolution: "@metamask/tron-wallet-snap@npm:1.19.1"
9409+
checksum: 10/3a157e1f5e8b367025b445e4cc74249be199758541df7dfbc2bc01d8b2488a9fe1a2e9b8a96dddddeac767ceed30fe406e5ef58db95e12fe8be85159e670fea3
94109410
languageName: node
94119411
linkType: hard
94129412

@@ -34068,7 +34068,7 @@ __metadata:
3406834068
"@metamask/token-search-discovery-controller": "npm:^4.0.0"
3406934069
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A62.9.0#~/.yarn/patches/@metamask-transaction-controller-npm-61.0.0-cccac388c7.patch"
3407034070
"@metamask/transaction-pay-controller": "npm:^11.0.0"
34071-
"@metamask/tron-wallet-snap": "npm:^1.19.0"
34071+
"@metamask/tron-wallet-snap": "npm:^1.19.1"
3407234072
"@metamask/utils": "npm:^11.8.1"
3407334073
"@ngraveio/bc-ur": "npm:^1.1.6"
3407434074
"@nktkas/hyperliquid": "npm:^0.30.2"

0 commit comments

Comments
 (0)