@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.
@@ -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.33"}/`;
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, chainId);
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.33"
46540
+ version: "0.1.34"
46541
46541
  });
46542
46542
  return true;
46543
46543
  } catch (e) {