@typus/typus-sdk 1.7.4 → 1.7.5

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.
@@ -121,7 +121,7 @@ function otc(config, tx, input) {
121
121
  });
122
122
  tx.moveCall({
123
123
  target: "".concat(config.package.dovSingle, "::tds_otc_entry::otc"),
124
- typeArguments: [],
124
+ typeArguments: input.typeArguments,
125
125
  arguments: [tx.object(config.registry.dov.dovSingle), tx.pure.u64(input.index), tx.object(balance), tx.object(constants_1.CLOCK)],
126
126
  });
127
127
  return [2 /*return*/];
@@ -140,7 +140,7 @@ function getUserOtcConfigs(config, input) {
140
140
  target: "".concat(config.package.dovSingle, "::tds_otc_entry::get_user_otc_configs"),
141
141
  typeArguments: [],
142
142
  arguments: [
143
- transaction.object(config.registry.safu.safu),
143
+ transaction.object(config.registry.dov.dovSingle),
144
144
  transaction.pure.address(input.user),
145
145
  transaction.pure.vector("u64", input.indexes),
146
146
  ],
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.7.4",
5
+ "version": "1.7.5",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "1.6.1",
8
8
  "@mysten/kiosk": "0.12.6",