@onekeyfe/hd-web-sdk 0.1.33 → 0.1.34
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/build/iframe.html +1 -1
- package/build/js/iframe.0ef4739a49f35b361e32.js +3 -0
- package/build/js/{iframe.e3ec5ad0cf31ca1f0ec9.js.LICENSE.txt → iframe.0ef4739a49f35b361e32.js.LICENSE.txt} +0 -0
- package/build/js/iframe.0ef4739a49f35b361e32.js.map +1 -0
- package/build/onekey-js-sdk.js +3 -3
- package/build/onekey-js-sdk.js.map +1 -1
- package/build/onekey-js-sdk.min.js +1 -1
- package/build/onekey-js-sdk.min.js.map +1 -1
- package/package.json +6 -6
- package/build/js/iframe.e3ec5ad0cf31ca1f0ec9.js +0 -3
- package/build/js/iframe.e3ec5ad0cf31ca1f0ec9.js.map +0 -1
package/build/onekey-js-sdk.js
CHANGED
|
@@ -14865,7 +14865,7 @@ const UI_REQUEST = {
|
|
|
14865
14865
|
FIRMWARE_NOT_INSTALLED: 'ui-device_firmware_not_installed',
|
|
14866
14866
|
NOT_USE_ONEKEY_DEVICE: 'ui-device_please_use_onekey_device'
|
|
14867
14867
|
};
|
|
14868
|
-
const DEFAULT_DOMAIN = `https://jssdk.onekey.so/${"0.1.
|
|
14868
|
+
const DEFAULT_DOMAIN = `https://jssdk.onekey.so/${"0.1.34"}/`;
|
|
14869
14869
|
const DEFAULT_PRIORITY = 2;
|
|
14870
14870
|
const initialSettings = {
|
|
14871
14871
|
configSrc: './data/config.json',
|
|
@@ -17509,7 +17509,7 @@ class EVMSignTransaction extends BaseMethod {
|
|
|
17509
17509
|
}))
|
|
17510
17510
|
};
|
|
17511
17511
|
const response = yield this.device.commands.typedCall('EthereumSignTxEIP1559', 'EthereumTxRequest', message);
|
|
17512
|
-
return this.processTxRequest(response.message, rest
|
|
17512
|
+
return this.processTxRequest(response.message, rest);
|
|
17513
17513
|
});
|
|
17514
17514
|
}
|
|
17515
17515
|
|
|
@@ -46537,7 +46537,7 @@ const src_init = async settings => {
|
|
|
46537
46537
|
|
|
46538
46538
|
try {
|
|
46539
46539
|
await init({ ..._settings,
|
|
46540
|
-
version: "0.1.
|
|
46540
|
+
version: "0.1.34"
|
|
46541
46541
|
});
|
|
46542
46542
|
return true;
|
|
46543
46543
|
} catch (e) {
|