@typus/typus-sdk 1.2.97 → 1.2.98

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.
@@ -381,7 +381,7 @@ function getCompoundWithRedeemTx(input) {
381
381
  });
382
382
  var result = input.tx.moveCall({
383
383
  target: "".concat(input.typusDovSinglePackageId, "::tds_user_entry::public_raise_fund"),
384
- typeArguments: input.typeArguments,
384
+ typeArguments: [input.typeArguments[0], input.typeArguments[1]],
385
385
  arguments: [
386
386
  input.tx.object(input.typusEcosystemVersion),
387
387
  input.tx.object(input.typusUserRegistry),
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.97",
5
+ "version": "1.2.98",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",