@typus/typus-sdk 1.2.70-tgld → 1.2.71

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.
@@ -585,7 +585,7 @@ function parseVaultInfo(vaults, Index, action) {
585
585
  optionType = "Capped Put";
586
586
  break;
587
587
  case "6":
588
- optionType = "Capped Call";
588
+ optionType = "Call Selling";
589
589
  break;
590
590
  default:
591
591
  optionType = "";
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.2.70-tgld",
5
+ "version": "1.2.71",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.7.12",