@onekeyfe/hd-web-sdk 0.3.8 → 0.3.10

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/README.md CHANGED
@@ -24,7 +24,7 @@ import { HardwareSDK } from '@onekeyfe/hd-web-sdk';
24
24
  function init() {
25
25
  HardwareSDK.init({
26
26
  debug: false,
27
- connectSrc: 'https://jssdk.onekeycn.com/'
27
+ connectSrc: 'https://jssdk.onekey.so/'
28
28
  });
29
29
  }
30
30
  ```
@@ -2,4 +2,4 @@
2
2
  const pkg = require('../package.json');
3
3
 
4
4
  export const getSDKVersion = () => pkg.version;
5
- export const DEFAULT_DOMAIN = `https://jssdk.onekeycn.com/${getSDKVersion()}/`;
5
+ export const DEFAULT_DOMAIN = `https://jssdk.onekey.so/${getSDKVersion()}/`;
package/build/iframe.html CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  const iframeScript = document.createElement('script');
26
26
  iframeScript.setAttribute('type', 'text/javascript');
27
- iframeScript.setAttribute('src', './js/iframe.c9e912c699b982b24d9a.js');
27
+ iframeScript.setAttribute('src', './js/iframe.0858f0a763206df46f78.js');
28
28
  iframeScript.setAttribute('async', 'false');
29
29
  document.body.appendChild(iframeScript);
30
30
  </script>