Skip to content

Commit 6d9b436

Browse files
committed
release(runway): cherry-pick chore: cp-12.22.0 update solana 1.34.0 (#33982)
<!-- 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 to 1.34.0 https://github.com/MetaMask/snap-solana-wallet/releases/tag/v1.34.0 <!-- 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? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/33982?quickstart=1) ## **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 276afa9 commit 6d9b436

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
@@ -327,7 +327,7 @@
327327
"@metamask/snaps-rpc-methods": "^13.1.0",
328328
"@metamask/snaps-sdk": "^8.1.0",
329329
"@metamask/snaps-utils": "^10.1.0",
330-
"@metamask/solana-wallet-snap": "^1.33.2",
330+
"@metamask/solana-wallet-snap": "^1.34.0",
331331
"@metamask/solana-wallet-standard": "^0.5.0",
332332
"@metamask/streams": "^0.2.0",
333333
"@metamask/transaction-controller": "^57.4.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7123,10 +7123,10 @@ __metadata:
71237123
languageName: node
71247124
linkType: hard
71257125

7126-
"@metamask/solana-wallet-snap@npm:^1.33.2":
7127-
version: 1.33.2
7128-
resolution: "@metamask/solana-wallet-snap@npm:1.33.2"
7129-
checksum: 10/7d860b78020a7f8640c1f372f09fa4f5c1081aad9fa42b5afc3f36e039b23df2a761c499856c8d66ea0e6f27a36569de820905bdcd95c05002fc70b39d994ae2
7126+
"@metamask/solana-wallet-snap@npm:^1.34.0":
7127+
version: 1.34.0
7128+
resolution: "@metamask/solana-wallet-snap@npm:1.34.0"
7129+
checksum: 10/7a84d65bb481cbcd8a11f62c97e08ae6eed4fcd958b019250a1c32f26f6cb9c3c79a6709c68033dac61bf9b989ced2b844b49dc9d28e427c481aebf7136ebb3a
71307130
languageName: node
71317131
linkType: hard
71327132

@@ -30598,7 +30598,7 @@ __metadata:
3059830598
"@metamask/snaps-rpc-methods": "npm:^13.1.0"
3059930599
"@metamask/snaps-sdk": "npm:^8.1.0"
3060030600
"@metamask/snaps-utils": "npm:^10.1.0"
30601-
"@metamask/solana-wallet-snap": "npm:^1.33.2"
30601+
"@metamask/solana-wallet-snap": "npm:^1.34.0"
3060230602
"@metamask/solana-wallet-standard": "npm:^0.5.0"
3060330603
"@metamask/streams": "npm:^0.2.0"
3060430604
"@metamask/superstruct": "npm:^3.2.1"

0 commit comments

Comments
 (0)