@subwallet/web-runner 1.2.3-1 → 1.2.4-0

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/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-6a319a852d014c7e545b.js"></script><script defer="defer" src="web-runner-6d17ddb4075423f40b04.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-6a319a852d014c7e545b.js"></script><script defer="defer" src="web-runner-7c64d634db8435983131.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -1254,5 +1254,6 @@
1254
1254
  "Substrate QR signer account": "",
1255
1255
  "Invalid QR code. EVM networks are not supported": "",
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
- "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": ""
1257
+ "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
+ "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": ""
1258
1259
  }
@@ -1254,5 +1254,6 @@
1254
1254
  "Substrate QR signer account": "",
1255
1255
  "Invalid QR code. EVM networks are not supported": "",
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
- "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": ""
1257
+ "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
+ "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": ""
1258
1259
  }
@@ -1254,5 +1254,6 @@
1254
1254
  "Substrate QR signer account": "",
1255
1255
  "Invalid QR code. EVM networks are not supported": "",
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
- "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": ""
1257
+ "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
+ "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": ""
1258
1259
  }
@@ -1254,5 +1254,6 @@
1254
1254
  "Substrate QR signer account": "",
1255
1255
  "Invalid QR code. EVM networks are not supported": "",
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
- "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": ""
1257
+ "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
+ "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": ""
1258
1259
  }
@@ -1254,5 +1254,6 @@
1254
1254
  "Substrate QR signer account": "",
1255
1255
  "Invalid QR code. EVM networks are not supported": "",
1256
1256
  "Feature not available for <highlight>{{accountTitle}}</highlight>. Change to another account type and try again.": "",
1257
- "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": ""
1257
+ "Insufficient stake. You need to stake at least {{number}} {{tokenSymbol}} to earn rewards": "",
1258
+ "You don't have enough {{symbol}} ({{chainName}}) to pay gas fee. Top up your transferable balance and try again": ""
1258
1259
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.2.3-1",
17
+ "version": "1.2.4-0",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.2.3-1",
21
- "@subwallet/extension-inject": "^1.2.3-1",
22
- "@subwallet/extension-koni-ui": "^1.2.3-1"
20
+ "@subwallet/extension-base": "^1.2.4-0",
21
+ "@subwallet/extension-inject": "^1.2.4-0",
22
+ "@subwallet/extension-koni-ui": "^1.2.4-0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",