@subwallet/web-runner 1.2.4-0 → 1.2.5-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-7c64d634db8435983131.js → web-runner-d6588c017e897e19587e.js} +2 -2
- package/web-runner.zip +0 -0
- /package/{web-runner-7c64d634db8435983131.js.LICENSE.txt → web-runner-d6588c017e897e19587e.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-6a319a852d014c7e545b.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-6a319a852d014c7e545b.js"></script><script defer="defer" src="web-runner-d6588c017e897e19587e.js"></script></head><body><div id="root">SubWallet</div></body></html>
|
|
@@ -1255,5 +1255,6 @@
|
|
|
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
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
|
+
"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
1260
|
}
|
|
@@ -1255,5 +1255,6 @@
|
|
|
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
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
|
+
"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
1260
|
}
|
|
@@ -1255,5 +1255,6 @@
|
|
|
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
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
|
+
"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
1260
|
}
|
|
@@ -1255,5 +1255,6 @@
|
|
|
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
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
|
+
"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
1260
|
}
|
|
@@ -1255,5 +1255,6 @@
|
|
|
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
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
|
+
"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
1260
|
}
|
package/package.json
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
},
|
|
15
15
|
"sideEffects": false,
|
|
16
16
|
"type": "module",
|
|
17
|
-
"version": "1.2.
|
|
17
|
+
"version": "1.2.5-0",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@babel/runtime": "^7.20.6",
|
|
20
|
-
"@subwallet/extension-base": "^1.2.
|
|
21
|
-
"@subwallet/extension-inject": "^1.2.
|
|
22
|
-
"@subwallet/extension-koni-ui": "^1.2.
|
|
20
|
+
"@subwallet/extension-base": "^1.2.5-0",
|
|
21
|
+
"@subwallet/extension-inject": "^1.2.5-0",
|
|
22
|
+
"@subwallet/extension-koni-ui": "^1.2.5-0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@polkadot/dev": "^0.65.23",
|