@subwallet/web-runner 1.2.6-1 → 1.2.6-2

Sign up to get free protection for your applications and to get access to all the features.
package/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-0b81a7f9f3a8fbf3b257.js"></script><script defer="defer" src="web-runner-d7b2f3660572482b1a24.js"></script></head><body><div id="root">SubWallet</div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"><title>SubWallet</title><script inline inline-asset="fallback.js$" inline-asset-delete></script><script inline inline-asset="web-runner.js$" inline-asset-delete></script><script defer="defer" src="fallback-0b81a7f9f3a8fbf3b257.js"></script><script defer="defer" src="web-runner-81c538524f6628b73e2d.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -1256,5 +1256,6 @@
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
1257
  "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
1258
  "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": "",
1259
- "Your Ledger is disconnected. Reconnect and try again": ""
1259
+ "Your Ledger is disconnected. Reconnect and try again": "",
1260
+ "This pool is blocked. Select another to continue": ""
1260
1261
  }
@@ -1256,5 +1256,6 @@
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
1257
  "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
1258
  "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": "",
1259
- "Your Ledger is disconnected. Reconnect and try again": ""
1259
+ "Your Ledger is disconnected. Reconnect and try again": "",
1260
+ "This pool is blocked. Select another to continue": ""
1260
1261
  }
@@ -1256,5 +1256,6 @@
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
1257
  "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
1258
  "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": "",
1259
- "Your Ledger is disconnected. Reconnect and try again": ""
1259
+ "Your Ledger is disconnected. Reconnect and try again": "",
1260
+ "This pool is blocked. Select another to continue": ""
1260
1261
  }
@@ -1256,5 +1256,6 @@
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
1257
  "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
1258
  "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": "",
1259
- "Your Ledger is disconnected. Reconnect and try again": "Ledger mất kết nối. Vui lòng kết nối lại"
1259
+ "Your Ledger is disconnected. Reconnect and try again": "Ledger mất kết nối. Vui lòng kết nối lại",
1260
+ "This pool is blocked. Select another to continue": ""
1260
1261
  }
@@ -1256,5 +1256,6 @@
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
1257
  "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
1258
  "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": "",
1259
- "Your Ledger is disconnected. Reconnect and try again": "Ledger已断开连接。请重新连接"
1259
+ "Your Ledger is disconnected. Reconnect and try again": "Ledger已断开连接。请重新连接",
1260
+ "This pool is blocked. Select another to continue": ""
1260
1261
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.2.6-1",
17
+ "version": "1.2.6-2",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.2.6-1",
21
- "@subwallet/extension-inject": "^1.2.6-1",
22
- "@subwallet/extension-koni-ui": "^1.2.6-1"
20
+ "@subwallet/extension-base": "^1.2.6-2",
21
+ "@subwallet/extension-inject": "^1.2.6-2",
22
+ "@subwallet/extension-koni-ui": "^1.2.6-2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",