@subwallet/web-runner 1.1.24-1 → 1.1.24-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-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-b4a966aaae9604c7b043.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-2cbe8504a1de420e3a98.js"></script><script defer="defer" src="web-runner-78e80f6ad9b7049fa72e.js"></script></head><body><div id="root">SubWallet</div></body></html>
@@ -30,7 +30,6 @@
30
30
  "Select validator": "",
31
31
  "Lowest total member": "",
32
32
  "Highest total bonded": "",
33
- "Active": "",
34
33
  "Locked": "",
35
34
  "Destroying": "",
36
35
  "Select pool": "",
@@ -860,5 +859,12 @@
860
859
  "In auction": "",
861
860
  "Token Details": "",
862
861
  "Account Details": "",
863
- "Loading ...": ""
862
+ "Loading ...": "",
863
+ "You can unstake from a pool once": "",
864
+ "You cannot stake more for a pool you are unstaking from": "",
865
+ "Nomination": "",
866
+ "Open": "",
867
+ "State": "",
868
+ "Earning status": "",
869
+ "Earning": ""
864
870
  }
@@ -30,7 +30,6 @@
30
30
  "Select validator": "バリデーターを選択",
31
31
  "Lowest total member": "最小総メンバー数",
32
32
  "Highest total bonded": "最大総ボンド数",
33
- "Active": "アクティブ",
34
33
  "Locked": "ロックされています",
35
34
  "Destroying": "破壊しています",
36
35
  "Select pool": "プールを選択",
@@ -860,5 +859,12 @@
860
859
  "In auction": "",
861
860
  "Token Details": "",
862
861
  "Account Details": "",
863
- "Loading ...": ""
862
+ "Loading ...": "",
863
+ "You can unstake from a pool once": "",
864
+ "You cannot stake more for a pool you are unstaking from": "",
865
+ "Nomination": "",
866
+ "Open": "",
867
+ "State": "",
868
+ "Earning status": "",
869
+ "Earning": ""
864
870
  }
@@ -30,7 +30,6 @@
30
30
  "Select validator": "Выбрать валидатора",
31
31
  "Lowest total member": "Самый низкий общий член",
32
32
  "Highest total bonded": "Наивысший общий залог",
33
- "Active": "Актив",
34
33
  "Locked": "Заблокировано",
35
34
  "Destroying": "Разрушение",
36
35
  "Select pool": "Выбрать пул",
@@ -860,5 +859,12 @@
860
859
  "In auction": "",
861
860
  "Token Details": "",
862
861
  "Account Details": "",
863
- "Loading ...": ""
862
+ "Loading ...": "",
863
+ "You can unstake from a pool once": "",
864
+ "You cannot stake more for a pool you are unstaking from": "",
865
+ "Nomination": "",
866
+ "Open": "",
867
+ "State": "",
868
+ "Earning status": "",
869
+ "Earning": ""
864
870
  }
@@ -30,7 +30,6 @@
30
30
  "Select validator": "Chọn validator",
31
31
  "Lowest total member": "Tổng số thành viên thấp nhất",
32
32
  "Highest total bonded": "Tổng lượng stake cao nhất",
33
- "Active": "Đang hoạt động",
34
33
  "Locked": "Khóa",
35
34
  "Destroying": "Pool đang hủy",
36
35
  "Select pool": "Chọn pool",
@@ -860,5 +859,12 @@
860
859
  "In auction": "",
861
860
  "Token Details": "",
862
861
  "Account Details": "",
863
- "Loading ...": ""
862
+ "Loading ...": "",
863
+ "You can unstake from a pool once": "",
864
+ "You cannot stake more for a pool you are unstaking from": "",
865
+ "Nomination": "",
866
+ "Open": "",
867
+ "State": "",
868
+ "Earning status": "",
869
+ "Earning": ""
864
870
  }
@@ -30,7 +30,6 @@
30
30
  "Select validator": "选择验证者",
31
31
  "Lowest total member": "最低成员总数",
32
32
  "Highest total bonded": "最高成员总数",
33
- "Active": "活跃",
34
33
  "Locked": "已锁",
35
34
  "Destroying": "销毁",
36
35
  "Select pool": "选择矿池",
@@ -860,5 +859,12 @@
860
859
  "In auction": "",
861
860
  "Token Details": "",
862
861
  "Account Details": "",
863
- "Loading ...": ""
862
+ "Loading ...": "",
863
+ "You can unstake from a pool once": "",
864
+ "You cannot stake more for a pool you are unstaking from": "",
865
+ "Nomination": "",
866
+ "Open": "",
867
+ "State": "",
868
+ "Earning status": "",
869
+ "Earning": ""
864
870
  }
package/package.json CHANGED
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "sideEffects": false,
16
16
  "type": "module",
17
- "version": "1.1.24-1",
17
+ "version": "1.1.24-2",
18
18
  "dependencies": {
19
19
  "@babel/runtime": "^7.20.6",
20
- "@subwallet/extension-base": "^1.1.24-1",
21
- "@subwallet/extension-inject": "^1.1.24-1",
22
- "@subwallet/extension-koni-ui": "^1.1.24-1"
20
+ "@subwallet/extension-base": "^1.1.24-2",
21
+ "@subwallet/extension-inject": "^1.1.24-2",
22
+ "@subwallet/extension-koni-ui": "^1.1.24-2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@polkadot/dev": "^0.65.23",