Skip to content

Commit 892b20d

Browse files
authored
chore: cp-13.3.0 update solana to 2.3.4 (#35563)
<!-- 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** Update solana snap to 2.3.4 https://github.com/MetaMask/snap-solana-wallet/releases/tag/v2.3.4 ## **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: Updated the Solana snap to latest version. ## **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.
1 parent af0e017 commit 892b20d

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
@@ -348,7 +348,7 @@
348348
"@metamask/snaps-rpc-methods": "^13.5.1",
349349
"@metamask/snaps-sdk": "^9.3.0",
350350
"@metamask/snaps-utils": "^11.5.0",
351-
"@metamask/solana-wallet-snap": "^2.3.3",
351+
"@metamask/solana-wallet-snap": "^2.3.4",
352352
"@metamask/solana-wallet-standard": "^0.5.1",
353353
"@metamask/streams": "^0.4.0",
354354
"@metamask/transaction-controller": "^60.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7394,10 +7394,10 @@ __metadata:
73947394
languageName: node
73957395
linkType: hard
73967396

7397-
"@metamask/solana-wallet-snap@npm:^2.3.3":
7398-
version: 2.3.3
7399-
resolution: "@metamask/solana-wallet-snap@npm:2.3.3"
7400-
checksum: 10/b461f7f54cb391a19047be680bd53fa4b09926636162c6152e7ae9fee59f52694cc184ecfcfa39c29ee7c38de0189376bff94a425f132bf6257893950d5d3bcd
7397+
"@metamask/solana-wallet-snap@npm:^2.3.4":
7398+
version: 2.3.4
7399+
resolution: "@metamask/solana-wallet-snap@npm:2.3.4"
7400+
checksum: 10/1c453786e2cded5358d5e53761f094c91007d461399e7f17554bd88be4df680b9420ca74f4da5e92481de64c03897207c7e652985f581f03dd7e42da17be1352
74017401
languageName: node
74027402
linkType: hard
74037403

@@ -31820,7 +31820,7 @@ __metadata:
3182031820
"@metamask/snaps-rpc-methods": "npm:^13.5.1"
3182131821
"@metamask/snaps-sdk": "npm:^9.3.0"
3182231822
"@metamask/snaps-utils": "npm:^11.5.0"
31823-
"@metamask/solana-wallet-snap": "npm:^2.3.3"
31823+
"@metamask/solana-wallet-snap": "npm:^2.3.4"
3182431824
"@metamask/solana-wallet-standard": "npm:^0.5.1"
3182531825
"@metamask/streams": "npm:^0.4.0"
3182631826
"@metamask/superstruct": "npm:^3.2.1"

0 commit comments

Comments
 (0)