@typus/typus-sdk 1.5.7 → 1.5.8

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.
@@ -494,6 +494,9 @@ function parseTxHistory(datas, vaults) {
494
494
  Amount = "".concat((0, bignumber_js_1.default)(profit).toFixed(), " ").concat(d_token);
495
495
  break;
496
496
  case "RedeemEvent":
497
+ if (event.type == "0xc654c3634a10567b329de1226c2629cae39cdc16ec5d594897d87b250d46e958::typus_dov_single::RedeemEvent") {
498
+ break;
499
+ }
497
500
  token = (0, constants_1.typeArgToAsset)("0x" + event.parsedJson.token.name);
498
501
  amount = Number(event.parsedJson.amount) / Math.pow(10, (0, constants_1.assetToDecimal)(token));
499
502
  Action = "Harvest Reward";
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.5.7",
5
+ "version": "1.5.8",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.9.34",