@typus/typus-sdk 1.1.15 → 1.1.16

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.
@@ -143,6 +143,12 @@ function parseTxHistory(datas, originPackage, vaults) {
143
143
  break;
144
144
  }
145
145
  break;
146
+ case "2":
147
+ optionType = "Call Spread";
148
+ case "3":
149
+ optionType = "Put Spread";
150
+ case "4":
151
+ optionType = "Capped Call";
146
152
  default:
147
153
  optionType = "";
148
154
  break;
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.1.15",
5
+ "version": "1.1.16",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.7.3",
8
8
  "@mysten/kiosk": "^0.3.3",