@blocklet/launcher-workflow 1.9.56 → 1.9.57

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.
@@ -78,10 +78,12 @@ function OperationPage(_ref) {
78
78
  }
79
79
  } = await api.get("/public/instances/".concat(nftId, "/status"));
80
80
  if (instance.status >= _constant.INSTANCE_STATUS.running) {
81
+ var _window$blocklet;
81
82
  const url = (0, _util.getLaunchBlockletUrl)({
82
83
  serverUrl: instance.serverUrl,
83
84
  blockletMetaUrl,
84
- locale
85
+ locale,
86
+ chainHost: (_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.CHAIN_HOST
85
87
  });
86
88
  setIsDone(true);
87
89
  setTimeout(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "1.9.56",
3
+ "version": "1.9.57",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,9 +40,9 @@
40
40
  "@arcblock/icons": "^2.4.65",
41
41
  "@arcblock/license": "^2.4.65",
42
42
  "@arcblock/ux": "^2.4.65",
43
- "@blocklet/launcher-layout": "1.9.56",
44
- "@blocklet/launcher-util": "1.9.56",
45
- "@blocklet/launcher-ux": "1.9.56",
43
+ "@blocklet/launcher-layout": "1.9.57",
44
+ "@blocklet/launcher-util": "1.9.57",
45
+ "@blocklet/launcher-ux": "1.9.57",
46
46
  "@did-pay/react": "^1.9.37",
47
47
  "@emotion/react": "^11.10.5",
48
48
  "@emotion/styled": "^11.10.5",
@@ -69,5 +69,5 @@
69
69
  "@babel/preset-react": "^7.18.6",
70
70
  "babel-plugin-inline-react-svg": "^2.0.1"
71
71
  },
72
- "gitHead": "d21e836ee56eaab83b60d9fc6565ad93ede6e0a8"
72
+ "gitHead": "fc86929b3826c4b56ee1988687a01f70aa2730f4"
73
73
  }