@typus/typus-sdk 1.3.27-tails-staking → 1.3.28-tails-staking

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.
@@ -193,6 +193,9 @@ function parseTxHistory(datas, originPackage, vaults) {
193
193
  Action = "Train Tail";
194
194
  Tails = "#".concat(event.parsedJson.log[0]);
195
195
  Exp = event.parsedJson.log[1];
196
+ if (Number(Exp) == 0) {
197
+ return [2 /*return*/, txHistory];
198
+ }
196
199
  }
197
200
  break;
198
201
  case "LevelUpEvent":
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.3.27-tails-staking",
5
+ "version": "1.3.28-tails-staking",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",