Skip to content

Commit ab4d9bd

Browse files
authored
chore: updates tron snap (#38939)
<!-- 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 version to 1.16.1 https://github.com/MetaMask/snap-tron-wallet/releases/tag/v1.16.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** 1. Go to this page... 2. 3. ## **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 Extension Coding Standards](https://github.com/MetaMask/metamask-extension/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-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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps @metamask/tron-wallet-snap from ^1.16.0 to ^1.16.1 in package.json and yarn.lock. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 11a48a1. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 04c92a7 commit ab4d9bd

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
@@ -382,7 +382,7 @@
382382
"@metamask/subscription-controller": "^5.3.1",
383383
"@metamask/transaction-controller": "^62.7.0",
384384
"@metamask/transaction-pay-controller": "^10.2.0",
385-
"@metamask/tron-wallet-snap": "^1.16.0",
385+
"@metamask/tron-wallet-snap": "^1.16.1",
386386
"@metamask/user-operation-controller": "^40.0.0",
387387
"@metamask/utils": "^11.4.2",
388388
"@ngraveio/bc-ur": "^1.1.13",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8636,10 +8636,10 @@ __metadata:
86368636
languageName: node
86378637
linkType: hard
86388638

8639-
"@metamask/tron-wallet-snap@npm:^1.16.0":
8640-
version: 1.16.0
8641-
resolution: "@metamask/tron-wallet-snap@npm:1.16.0"
8642-
checksum: 10/86be8ef0b7258b8375b9ab43eb4a8f55018f02a226a3784b727a25c03c249afa75e9adacecbf72f982dbf720db4107882a1b8304634bc5dad25ce2db760beff0
8639+
"@metamask/tron-wallet-snap@npm:^1.16.1":
8640+
version: 1.16.1
8641+
resolution: "@metamask/tron-wallet-snap@npm:1.16.1"
8642+
checksum: 10/f6e871c911edc22af6955676e190a7479446a1663ebecdbd69ee2cf31611a3721a162ed8d6a9d8857f44809a6c4973dd1b9c33c067a5168297c62a21f7cfa44c
86438643
languageName: node
86448644
linkType: hard
86458645

@@ -32874,7 +32874,7 @@ __metadata:
3287432874
"@metamask/test-snaps": "npm:^3.1.0"
3287532875
"@metamask/transaction-controller": "npm:^62.7.0"
3287632876
"@metamask/transaction-pay-controller": "npm:^10.2.0"
32877-
"@metamask/tron-wallet-snap": "npm:^1.16.0"
32877+
"@metamask/tron-wallet-snap": "npm:^1.16.1"
3287832878
"@metamask/user-operation-controller": "npm:^40.0.0"
3287932879
"@metamask/utils": "npm:^11.4.2"
3288032880
"@ngraveio/bc-ur": "npm:^1.1.13"

0 commit comments

Comments
 (0)