Skip to content

Commit

Permalink
chore: update Bitcoin Snap to version 0.2.5 (#26058)
Browse files Browse the repository at this point in the history
## **Description**

This PR updates the `@metamask/btc-wallet-snap` to version 0.2.5.

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/26058?quickstart=1)

## **Related issues**

Fixes: <MetaMask/accounts-planning#534>

## **Manual testing steps**

N/A

## **Screenshots/Recordings**

### **Before**

N/A

### **After**

N/A

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.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.
  • Loading branch information
danroc authored Jul 24, 2024
1 parent d4c2256 commit 2a23c7b
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 @@ -292,7 +292,7 @@
"@metamask/approval-controller": "^7.0.0",
"@metamask/assets-controllers": "^36.0.0",
"@metamask/base-controller": "^5.0.1",
"@metamask/bitcoin-wallet-snap": "^0.2.4",
"@metamask/bitcoin-wallet-snap": "^0.2.5",
"@metamask/browser-passworder": "^4.3.0",
"@metamask/contract-metadata": "^2.5.0",
"@metamask/controller-utils": "^10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4921,10 +4921,10 @@ __metadata:
languageName: node
linkType: hard

"@metamask/bitcoin-wallet-snap@npm:^0.2.4":
version: 0.2.4
resolution: "@metamask/bitcoin-wallet-snap@npm:0.2.4"
checksum: 10/7e8a7990e782ed460b25040e77ef9088890ce3179ee885c4ee832f0cb8b37b92681e010e3eb64140237d897bcd4a70c08b819fd0e6c40169a33459c94d5aa6a9
"@metamask/bitcoin-wallet-snap@npm:^0.2.5":
version: 0.2.5
resolution: "@metamask/bitcoin-wallet-snap@npm:0.2.5"
checksum: 10/9d9e2521e2bd7697aa8ea45be25da1cc2e1e1565e86099c8080a34b94b982978ebc4ab11c54060d14b88626a5acd077e9fa16eff9b07cfd4548f0e302b4d4831
languageName: node
linkType: hard

Expand Down Expand Up @@ -25300,7 +25300,7 @@ __metadata:
"@metamask/assets-controllers": "npm:^36.0.0"
"@metamask/auto-changelog": "npm:^2.1.0"
"@metamask/base-controller": "npm:^5.0.1"
"@metamask/bitcoin-wallet-snap": "npm:^0.2.4"
"@metamask/bitcoin-wallet-snap": "npm:^0.2.5"
"@metamask/browser-passworder": "npm:^4.3.0"
"@metamask/build-utils": "npm:^1.0.0"
"@metamask/contract-metadata": "npm:^2.5.0"
Expand Down

0 comments on commit 2a23c7b

Please sign in to comment.