@onekeyfe/hd-web-sdk 0.2.17 → 0.2.19

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.
@@ -4423,6 +4423,10 @@
4423
4423
  "show_display": {
4424
4424
  "type": "bool",
4425
4425
  "id": 2
4426
+ },
4427
+ "testnet": {
4428
+ "type": "bool",
4429
+ "id": 3
4426
4430
  }
4427
4431
  }
4428
4432
  },
@@ -4448,6 +4452,10 @@
4448
4452
  "rule": "required",
4449
4453
  "type": "bytes",
4450
4454
  "id": 2
4455
+ },
4456
+ "testnet": {
4457
+ "type": "bool",
4458
+ "id": 3
4451
4459
  }
4452
4460
  }
4453
4461
  },
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.138a62310196762ae83c.js');
27
+ iframeScript.setAttribute('src', './js/iframe.6f303daee203a08b7b6e.js');
28
28
  iframeScript.setAttribute('async', 'false');
29
29
  document.body.appendChild(iframeScript);
30
30
  </script>