Skip to content

Commit

Permalink
feat: bump hdwallet
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Dec 11, 2024
1 parent 6b75bee commit 807cfb1
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 80 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ethersproject/providers": "^5.7.2",
"@metamask/detect-provider": "^2.0.0",
"@metamask/snaps-ui": "1.0.2",
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/hdwallet-core": "^1.57.0",
"@shapeshiftoss/logger": "^1.1.3",
"@shapeshiftoss/metamask-snaps": "^1.0.12",
"@shapeshiftoss/metamask-snaps-types": "^1.0.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@fontsource/inter": "^5.0.2",
"@fontsource/work-sans": "^5.0.2",
"@reduxjs/toolkit": "^1.8.3",
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/hdwallet-core": "^1.57.0",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/metamask-snaps-adapter": "^1.0.12",
"@testing-library/jest-dom": "^5.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@metamask/snaps-types": "^1.0.1",
"@metamask/snaps-ui": "^1.0.1",
"@shapeshiftoss/caip": "^8.15.0",
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/hdwallet-native": "^1.55.1",
"@shapeshiftoss/hdwallet-core": "^1.57.0",
"@shapeshiftoss/hdwallet-native": "^1.57.0",
"@shapeshiftoss/logger": "^1.1.2",
"@shapeshiftoss/metamask-snaps-types": "^1.0.12",
"@shapeshiftoss/types": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.10",
"version": "1.0.12",
"description": "The ShapeShift Multichain snap evolves your wallet to support 11 chains in one snap, including Bitcoin, Dogecoin, Litecoin, Cosmos, Binance Chain, Bitcoin Cash, THORChain, Osmosis, and Secret Network.",
"proposedName": "ShapeShift Multichain",
"repository": {
Expand All @@ -15,7 +15,7 @@
"registry": "https://registry.npmjs.org/"
}
},
"shasum": "g4jNKZk6ELqTHDw8JjdC+06CRvqaml6AeB60qP0E0gM="
"shasum": "+f+xuwqEINkpNZ1j1wQQlljyCd+cFjIyeP2+2HpFf6g="
},
"initialPermissions": {
"endowment:network-access": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@metamask/types": "^1.1.0",
"@shapeshiftoss/hdwallet-core": "^1.55.1",
"@shapeshiftoss/hdwallet-native": "^1.55.1",
"@shapeshiftoss/hdwallet-core": "^1.57.0",
"@shapeshiftoss/hdwallet-native": "^1.57.0",
"@shapeshiftoss/unchained-client": "^10.1.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 807cfb1

Please sign in to comment.