Skip to content

Commit

Permalink
feat: this
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Oct 9, 2023
1 parent 35f9c67 commit 16f8c67
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions examples/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/hdwallet-sandbox",
"version": "1.51.2-thorchain.1",
"version": "1.51.2-thorchain.2",
"license": "MIT",
"private": true,
"browserslist": "> 0.5%, last 2 versions, not dead",
Expand All @@ -10,21 +10,21 @@
"clean": "rm -rf dist node_modules public .parcel-cache"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-webusb": "1.51.2",
"@shapeshiftoss/hdwallet-keplr": "1.51.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-ledger-webhid": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-ledger-webusb": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-metamask": "1.51.2",
"@shapeshiftoss/hdwallet-native": "1.51.2",
"@shapeshiftoss/hdwallet-portis": "1.51.2",
"@shapeshiftoss/hdwallet-tallyho": "1.51.2",
"@shapeshiftoss/hdwallet-trezor": "1.51.2",
"@shapeshiftoss/hdwallet-trezor-connect": "1.51.2",
"@shapeshiftoss/hdwallet-walletconnect": "1.51.2",
"@shapeshiftoss/hdwallet-xdefi": "1.51.2",
"@shapeshiftoss/hdwallet-core": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keplr": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-ledger-webhid": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-ledger-webusb": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-metamask": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-native": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-portis": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-tallyho": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-trezor": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-trezor-connect": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-walletconnect": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-xdefi": "^1.51.2-thorchain.2",
"bip32": "^2.0.4",
"jquery": "^3.4.1",
"json": "^9.0.6",
Expand Down
20 changes: 10 additions & 10 deletions integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/integration",
"version": "1.51.2-thorchain.1",
"version": "1.51.2-thorchain.2",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -10,15 +10,15 @@
"dev": "lerna run test --scope integration --parallel --include-filtered-dependencies"
},
"dependencies": {
"@shapeshiftoss/hdwallet-core": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "1.51.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "1.51.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.1",
"@shapeshiftoss/hdwallet-native": "1.51.2",
"@shapeshiftoss/hdwallet-portis": "1.51.2",
"@shapeshiftoss/hdwallet-trezor": "1.51.2",
"@shapeshiftoss/hdwallet-xdefi": "1.51.2",
"@shapeshiftoss/hdwallet-core": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keepkey": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keepkey-nodewebusb": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-keepkey-tcp": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-ledger": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-native": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-portis": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-trezor": "^1.51.2-thorchain.2",
"@shapeshiftoss/hdwallet-xdefi": "^1.51.2-thorchain.2",
"fast-json-stable-stringify": "^2.1.0",
"msw": "^0.27.1",
"whatwg-fetch": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "5.2.0",
"version": "1.51.2-thorchain.1",
"version": "1.51.2-thorchain.2",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-ledger/src/thorchain/hw-app-thor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class THORChainApp {
}

this.transport = transport as any;
transport.decorateAppAPIMethods(
transport.decorateAppAPIMethods.bind(transport)(
this,
["getVersion", "sign", "getAddressAndPubKey", "appInfo", "deviceInfo", "getBech32FromPK"],
scrambleKey
Expand Down

0 comments on commit 16f8c67

Please sign in to comment.