Skip to content

Commit

Permalink
feat: update solana version (#30857)
Browse files Browse the repository at this point in the history
<!--
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.
-->

Update solana version:

https://github.com/MetaMask/snap-solana-wallet/releases/tag/v1.11.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/30857?quickstart=1)

Fixes:

1. Go to this page...
2.
3.

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

<!-- [screenshots/recordings] -->

<!-- [screenshots/recordings] -->

- [ ] 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.

- [ ] 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.
  • Loading branch information
aganglada committed Mar 7, 2025
1 parent aee1c1b commit 897c3b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
"@metamask/snaps-rpc-methods": "^11.12.0",
"@metamask/snaps-sdk": "^6.18.0",
"@metamask/snaps-utils": "^9.0.0",
"@metamask/solana-wallet-snap": "^1.10.0",
"@metamask/solana-wallet-snap": "^1.11.0",
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A45.0.0#~/.yarn/patches/@metamask-transaction-controller-npm-45.0.0-010fef9da6.patch",
"@metamask/user-operation-controller": "^24.0.1",
"@metamask/utils": "^11.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6422,10 +6422,10 @@ __metadata:
languageName: node
linkType: hard

"@metamask/solana-wallet-snap@npm:^1.10.0":
version: 1.10.0
resolution: "@metamask/solana-wallet-snap@npm:1.10.0"
checksum: 10/d7a1538fad9adf92f78334b5422aba81182bb70d06ddc3319b10df563f742d9df53ac2b7d501191fc2cb3ced8b405fe39e764c2d33e81fdc1596ff027e0e40f6
"@metamask/solana-wallet-snap@npm:^1.11.0":
version: 1.11.0
resolution: "@metamask/solana-wallet-snap@npm:1.11.0"
checksum: 10/2d6e9a0ed37805a48cedbf3f7ff039223270e1e54abf0a942696356bdfb6c5623df56fe52cee8763a0cf35eacda23aab9810dcf61e5bb5ce64f2144c3075f63d
languageName: node
linkType: hard

Expand Down Expand Up @@ -27307,7 +27307,7 @@ __metadata:
"@metamask/snaps-rpc-methods": "npm:^11.12.0"
"@metamask/snaps-sdk": "npm:^6.18.0"
"@metamask/snaps-utils": "npm:^9.0.0"
"@metamask/solana-wallet-snap": "npm:^1.10.0"
"@metamask/solana-wallet-snap": "npm:^1.11.0"
"@metamask/test-bundler": "npm:^1.0.0"
"@metamask/test-dapp": "npm:9.0.0"
"@metamask/transaction-controller": "patch:@metamask/transaction-controller@npm%3A45.0.0#~/.yarn/patches/@metamask-transaction-controller-npm-45.0.0-010fef9da6.patch"
Expand Down

0 comments on commit 897c3b0

Please sign in to comment.