@subwallet/web-runner 1.3.10-0 → 1.3.11-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 +1 -1
- package/locales/en/translation.json +2 -1
- package/locales/ja/translation.json +2 -1
- package/locales/ru/translation.json +2 -1
- package/locales/vi/translation.json +2 -1
- package/locales/zh/translation.json +2 -1
- package/package.json +4 -4
- package/{web-runner-daf22e9c039605f220ee.js → web-runner-357d3ff78f62be8a62d1.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-daf22e9c039605f220ee.js.LICENSE.txt → web-runner-357d3ff78f62be8a62d1.js.LICENSE.txt} +0 -0
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-5289e749417ace6ef22c.js"></script><script defer="defer" src="web-runner-
|
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-5289e749417ace6ef22c.js"></script><script defer="defer" src="web-runner-357d3ff78f62be8a62d1.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
@@ -1412,5 +1412,6 @@
|
|
1412
1412
|
"You must transfer at least {{amount}} {{symbol}} to keep the recipient account alive. Increase amount and try again": "",
|
1413
1413
|
"Unable to send. NFT not supported on recipient address": "",
|
1414
1414
|
"EVM accounts": "",
|
1415
|
-
"Substrate accounts": ""
|
1415
|
+
"Substrate accounts": "",
|
1416
|
+
"Unable to process this swap at the moment. Try again later": ""
|
1416
1417
|
}
|
@@ -1412,5 +1412,6 @@
|
|
1412
1412
|
"You must transfer at least {{amount}} {{symbol}} to keep the recipient account alive. Increase amount and try again": "",
|
1413
1413
|
"Unable to send. NFT not supported on recipient address": "",
|
1414
1414
|
"EVM accounts": "",
|
1415
|
-
"Substrate accounts": ""
|
1415
|
+
"Substrate accounts": "",
|
1416
|
+
"Unable to process this swap at the moment. Try again later": ""
|
1416
1417
|
}
|
@@ -1412,5 +1412,6 @@
|
|
1412
1412
|
"You must transfer at least {{amount}} {{symbol}} to keep the recipient account alive. Increase amount and try again": "",
|
1413
1413
|
"Unable to send. NFT not supported on recipient address": "",
|
1414
1414
|
"EVM accounts": "",
|
1415
|
-
"Substrate accounts": ""
|
1415
|
+
"Substrate accounts": "",
|
1416
|
+
"Unable to process this swap at the moment. Try again later": ""
|
1416
1417
|
}
|
@@ -1412,5 +1412,6 @@
|
|
1412
1412
|
"You must transfer at least {{amount}} {{symbol}} to keep the recipient account alive. Increase amount and try again": "",
|
1413
1413
|
"Unable to send. NFT not supported on recipient address": "",
|
1414
1414
|
"EVM accounts": "",
|
1415
|
-
"Substrate accounts": ""
|
1415
|
+
"Substrate accounts": "",
|
1416
|
+
"Unable to process this swap at the moment. Try again later": ""
|
1416
1417
|
}
|
@@ -1412,5 +1412,6 @@
|
|
1412
1412
|
"You must transfer at least {{amount}} {{symbol}} to keep the recipient account alive. Increase amount and try again": "",
|
1413
1413
|
"Unable to send. NFT not supported on recipient address": "",
|
1414
1414
|
"EVM accounts": "",
|
1415
|
-
"Substrate accounts": ""
|
1415
|
+
"Substrate accounts": "",
|
1416
|
+
"Unable to process this swap at the moment. Try again later": ""
|
1416
1417
|
}
|
package/package.json
CHANGED
@@ -14,12 +14,12 @@
|
|
14
14
|
},
|
15
15
|
"sideEffects": false,
|
16
16
|
"type": "module",
|
17
|
-
"version": "1.3.
|
17
|
+
"version": "1.3.11-0",
|
18
18
|
"dependencies": {
|
19
19
|
"@babel/runtime": "^7.20.6",
|
20
|
-
"@subwallet/extension-base": "^1.3.
|
21
|
-
"@subwallet/extension-inject": "^1.3.
|
22
|
-
"@subwallet/extension-koni-ui": "^1.3.
|
20
|
+
"@subwallet/extension-base": "^1.3.11-0",
|
21
|
+
"@subwallet/extension-inject": "^1.3.11-0",
|
22
|
+
"@subwallet/extension-koni-ui": "^1.3.11-0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@polkadot/dev": "^0.65.23",
|