@subwallet/web-runner 1.3.26-0 → 1.3.27-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 +5 -1
- package/locales/ja/translation.json +5 -1
- package/locales/ru/translation.json +5 -1
- package/locales/vi/translation.json +5 -1
- package/locales/zh/translation.json +5 -1
- package/package.json +4 -4
- package/{web-runner-a26ba9a2386cc24743f1.js → web-runner-3ed7c011bdc56c29af06.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-a26ba9a2386cc24743f1.js.LICENSE.txt → web-runner-3ed7c011bdc56c29af06.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-a4bb9c5dd9b5093ca29f.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-a4bb9c5dd9b5093ca29f.js"></script><script defer="defer" src="web-runner-3ed7c011bdc56c29af06.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
@@ -1471,5 +1471,9 @@
|
|
1471
1471
|
"Max fee per gas must be higher than {{min}} GWEI": "",
|
1472
1472
|
"This network is currently not supported": "",
|
1473
1473
|
"Subnet staking": "",
|
1474
|
-
"Subnet": ""
|
1474
|
+
"Subnet": "",
|
1475
|
+
"Destination chain is not active": "",
|
1476
|
+
"You can't receive less than {{number}} {{symbol}}": "",
|
1477
|
+
"Timeout": "",
|
1478
|
+
"Sender available balance": ""
|
1475
1479
|
}
|
@@ -1471,5 +1471,9 @@
|
|
1471
1471
|
"Max fee per gas must be higher than {{min}} GWEI": "",
|
1472
1472
|
"This network is currently not supported": "",
|
1473
1473
|
"Subnet staking": "",
|
1474
|
-
"Subnet": ""
|
1474
|
+
"Subnet": "",
|
1475
|
+
"Destination chain is not active": "",
|
1476
|
+
"You can't receive less than {{number}} {{symbol}}": "",
|
1477
|
+
"Timeout": "",
|
1478
|
+
"Sender available balance": ""
|
1475
1479
|
}
|
@@ -1471,5 +1471,9 @@
|
|
1471
1471
|
"Max fee per gas must be higher than {{min}} GWEI": "",
|
1472
1472
|
"This network is currently not supported": "",
|
1473
1473
|
"Subnet staking": "",
|
1474
|
-
"Subnet": ""
|
1474
|
+
"Subnet": "",
|
1475
|
+
"Destination chain is not active": "",
|
1476
|
+
"You can't receive less than {{number}} {{symbol}}": "",
|
1477
|
+
"Timeout": "",
|
1478
|
+
"Sender available balance": ""
|
1475
1479
|
}
|
@@ -1471,5 +1471,9 @@
|
|
1471
1471
|
"Max fee per gas must be higher than {{min}} GWEI": "",
|
1472
1472
|
"This network is currently not supported": "",
|
1473
1473
|
"Subnet staking": "",
|
1474
|
-
"Subnet": ""
|
1474
|
+
"Subnet": "",
|
1475
|
+
"Destination chain is not active": "",
|
1476
|
+
"You can't receive less than {{number}} {{symbol}}": "",
|
1477
|
+
"Timeout": "",
|
1478
|
+
"Sender available balance": ""
|
1475
1479
|
}
|
@@ -1471,5 +1471,9 @@
|
|
1471
1471
|
"Max fee per gas must be higher than {{min}} GWEI": "",
|
1472
1472
|
"This network is currently not supported": "",
|
1473
1473
|
"Subnet staking": "",
|
1474
|
-
"Subnet": ""
|
1474
|
+
"Subnet": "",
|
1475
|
+
"Destination chain is not active": "",
|
1476
|
+
"You can't receive less than {{number}} {{symbol}}": "",
|
1477
|
+
"Timeout": "",
|
1478
|
+
"Sender available balance": ""
|
1475
1479
|
}
|
package/package.json
CHANGED
@@ -14,13 +14,13 @@
|
|
14
14
|
},
|
15
15
|
"sideEffects": false,
|
16
16
|
"type": "module",
|
17
|
-
"version": "1.3.
|
17
|
+
"version": "1.3.27-0",
|
18
18
|
"dependencies": {
|
19
19
|
"@babel/runtime": "^7.20.6",
|
20
20
|
"@emurgo/cardano-serialization-lib-browser": "^13.2.0",
|
21
|
-
"@subwallet/extension-base": "^1.3.
|
22
|
-
"@subwallet/extension-inject": "^1.3.
|
23
|
-
"@subwallet/extension-koni-ui": "^1.3.
|
21
|
+
"@subwallet/extension-base": "^1.3.27-0",
|
22
|
+
"@subwallet/extension-inject": "^1.3.27-0",
|
23
|
+
"@subwallet/extension-koni-ui": "^1.3.27-0"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@polkadot/dev": "^0.65.23",
|