@injectivelabs/wallet-ledger 1.17.5 → 1.17.7
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/cjs/{Cosmos-BHbFJISm.cjs → Cosmos-l-IuZLXL.cjs} +4 -4
- package/dist/cjs/{Eth-C19dmfPK.cjs → Eth-CvWEOFRz.cjs} +542 -12928
- package/dist/cjs/{TransportWebHID-CYtNtsrq.cjs → TransportWebHID-DPqE45rT.cjs} +4 -4
- package/dist/cjs/{TransportWebUSB-BJDSCu1Y.cjs → TransportWebUSB-D3FMGQeX.cjs} +5 -5
- package/dist/cjs/index.cjs +5 -5
- package/dist/cjs/{lib-es-_HPkCZoI.cjs → lib-es-BWIKEHed.cjs} +8 -7
- package/dist/cjs/{lib-es-B_-gr8Oc.cjs → lib-es-DXCnHHEe.cjs} +5 -5
- package/dist/cjs/{semver-BqQFOl2T.cjs → semver-DDHpoi7E.cjs} +92 -92
- package/dist/esm/{Cosmos-Cn09F7ch.js → Cosmos-DN_KoG35.js} +4 -4
- package/dist/esm/Eth-DezsK7L6.js +5469 -0
- package/dist/esm/{TransportWebHID-BHzJV7La.js → TransportWebHID-DVYevMkI.js} +4 -4
- package/dist/esm/{TransportWebUSB-CfDDfqrP.js → TransportWebUSB-YjY3xn9n.js} +5 -5
- package/dist/esm/index.js +4 -4
- package/dist/esm/{lib-es-DZEyST3-.js → lib-es-B3JjM59t.js} +7 -7
- package/dist/esm/{lib-es-BdVxwK9Z.js → lib-es-DrwRIZm6.js} +7 -6
- package/dist/esm/{semver-DQp6anwM.js → semver-SXdKWIAb.js} +92 -92
- package/package.json +5 -5
- package/dist/esm/Eth-CLtoRhLg.js +0 -17855
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const require_lib_es = require('./lib-es-
|
|
1
|
+
const require_lib_es = require('./lib-es-BWIKEHed.cjs');
|
|
2
2
|
let buffer = require("buffer");
|
|
3
3
|
|
|
4
4
|
//#region ../../../node_modules/.pnpm/bip32-path@0.4.2/node_modules/bip32-path/index.js
|
|
5
|
-
var require_bip32_path = /* @__PURE__ */ require_lib_es.
|
|
5
|
+
var require_bip32_path = /* @__PURE__ */ require_lib_es.__commonJSMin(((exports, module) => {
|
|
6
6
|
const HARDENED = 2147483648;
|
|
7
7
|
var BIPPath$1 = function(path) {
|
|
8
8
|
if (!Array.isArray(path)) throw new Error("Input must be an Array");
|
|
@@ -60,10 +60,10 @@ var require_bip32_path = /* @__PURE__ */ require_lib_es.__commonJS({ "../../../n
|
|
|
60
60
|
return "BIPPath <" + this.toString() + ">";
|
|
61
61
|
};
|
|
62
62
|
module.exports = BIPPath$1;
|
|
63
|
-
})
|
|
63
|
+
}));
|
|
64
64
|
|
|
65
65
|
//#endregion
|
|
66
|
-
//#region ../../../node_modules/.pnpm/@ledgerhq+hw-app-cosmos@6.
|
|
66
|
+
//#region ../../../node_modules/.pnpm/@ledgerhq+hw-app-cosmos@6.33.0/node_modules/@ledgerhq/hw-app-cosmos/lib-es/Cosmos.js
|
|
67
67
|
var import_bip32_path = /* @__PURE__ */ require_lib_es.__toESM(require_bip32_path());
|
|
68
68
|
const CHUNK_SIZE = 250;
|
|
69
69
|
const CLA = 85;
|