Skip to content

Commit 34fbdc2

Browse files
agangladazone-livejaviergarciavera
authored
[cherry-pick to Version-v12.10.0] feat: bump solana snap (#29350) (#29378)
Cherry picks #29350 <!-- 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** Solana snap bump https://github.com/MetaMask/snap-solana-wallet/releases/tag/v1.0.4 <!-- 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/29350?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. --------- <!-- 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** <!-- 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/29378?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. Co-authored-by: Antonio Regadas <[email protected]> Co-authored-by: Javier <[email protected]>
1 parent b24c4e9 commit 34fbdc2

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
"@metamask/snaps-rpc-methods": "^11.7.0",
347347
"@metamask/snaps-sdk": "^6.13.0",
348348
"@metamask/snaps-utils": "^8.6.1",
349-
"@metamask/solana-wallet-snap": "^1.0.3",
349+
"@metamask/solana-wallet-snap": "^1.0.4",
350350
"@metamask/transaction-controller": "^42.0.0",
351351
"@metamask/user-operation-controller": "^19.0.0",
352352
"@metamask/utils": "^10.0.1",

privacy-snapshot.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"accounts.api.cx.metamask.io",
44
"acl.execution.metamask.io",
55
"api.blockchair.com",
6+
"api.devnet.solana.com",
67
"api.lens.dev",
78
"api.segment.io",
89
"api.web3modal.com",
@@ -59,6 +60,7 @@
5960
"sepolia.infura.io",
6061
"signature-insights.api.cx.metamask.io",
6162
"snaps.metamask.io",
63+
"solana.rpc.grove.city",
6264
"sourcify.dev",
6365
"start.metamask.io",
6466
"static.cx.metamask.io",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -6346,10 +6346,10 @@ __metadata:
63466346
languageName: node
63476347
linkType: hard
63486348

6349-
"@metamask/solana-wallet-snap@npm:^1.0.3":
6350-
version: 1.0.3
6351-
resolution: "@metamask/solana-wallet-snap@npm:1.0.3"
6352-
checksum: 10/4c7c0f05676e7bb84140226c1a3bd716493a6f3582142de83575df682e8351c7583fc5db6209fbde1b43f376fd4eda4d2063f0e651d8209e92001514fc8caf81
6349+
"@metamask/solana-wallet-snap@npm:^1.0.4":
6350+
version: 1.0.4
6351+
resolution: "@metamask/solana-wallet-snap@npm:1.0.4"
6352+
checksum: 10/4d3b2a400607299fb4200e409f151e999e980e30521e63dcbbb5b658a4fdcfd6be341452695de32d985e14e8f8d4c5c24169f84dfd1a2063d3bc35f0c4903f74
63536353
languageName: node
63546354
linkType: hard
63556355

@@ -26598,7 +26598,7 @@ __metadata:
2659826598
"@metamask/snaps-rpc-methods": "npm:^11.7.0"
2659926599
"@metamask/snaps-sdk": "npm:^6.13.0"
2660026600
"@metamask/snaps-utils": "npm:^8.6.1"
26601-
"@metamask/solana-wallet-snap": "npm:^1.0.3"
26601+
"@metamask/solana-wallet-snap": "npm:^1.0.4"
2660226602
"@metamask/test-bundler": "npm:^1.0.0"
2660326603
"@metamask/test-dapp": "npm:8.13.0"
2660426604
"@metamask/transaction-controller": "npm:^42.0.0"

0 commit comments

Comments
 (0)