@typus/typus-sdk 1.4.60 → 1.4.61

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.
@@ -219,6 +219,11 @@ function parseTxHistory(datas, packageId, originPackageId, vaults) {
219
219
  }
220
220
  }
221
221
  break;
222
+ case "ExpDownEvent":
223
+ Action = "Extract Exp";
224
+ Tails = "#".concat(event.parsedJson.log[0]);
225
+ Exp = event.parsedJson.log[1];
226
+ break;
222
227
  case "LevelUpEvent":
223
228
  if (event.parsedJson.log) {
224
229
  Action = "Level Up to Level ".concat(event.parsedJson.log[1]);
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.4.60",
5
+ "version": "1.4.61",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",