@shapeshiftoss/hdwallet-keepkey 1.43.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/keepkey.js +1 -1
- package/package.json +3 -3
package/dist/keepkey.js
CHANGED
|
@@ -970,7 +970,7 @@ class KeepKeyHDWallet {
|
|
|
970
970
|
}
|
|
971
971
|
const fwVersion = `v${out.majorVersion}.${out.minorVersion}.${out.patchVersion}`;
|
|
972
972
|
//Lost Support per proto 44.3
|
|
973
|
-
this._supportsOsmosis = semver_1.default.gte(fwVersion, "v7.
|
|
973
|
+
this._supportsOsmosis = semver_1.default.gte(fwVersion, "v7.7.0");
|
|
974
974
|
this._supportsCosmos = semver_1.default.gte(fwVersion, "v7.3.0");
|
|
975
975
|
this._supportsRipple = semver_1.default.gte(fwVersion, "v6.4.0");
|
|
976
976
|
this._supportsBinance = semver_1.default.gte(fwVersion, "v6.4.0");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshiftoss/hdwallet-keepkey",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@ethereumjs/tx": "^3.3.0",
|
|
20
20
|
"@keepkey/device-protocol": "^7.12.2",
|
|
21
21
|
"@shapeshiftoss/bitcoinjs-lib": "5.2.0-shapeshift.2",
|
|
22
|
-
"@shapeshiftoss/hdwallet-core": "1.
|
|
22
|
+
"@shapeshiftoss/hdwallet-core": "1.44.0",
|
|
23
23
|
"@shapeshiftoss/proto-tx-builder": "^0.7.0",
|
|
24
24
|
"bignumber.js": "^9.0.1",
|
|
25
25
|
"bnb-javascript-sdk-nobroadcast": "^2.16.14",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"typedoc": "^0.20.36",
|
|
48
48
|
"typescript": "^4.3.2"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "6835007a3ee5702fd74e7f407571fff66ef37f13"
|
|
51
51
|
}
|