@typus/typus-sdk 1.2.60 → 1.2.61

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.
@@ -324,11 +324,6 @@ function getNewBidTx(input) {
324
324
  arguments: [input.tx.object(input.mfudRegistry), input.tx.object(result[1])],
325
325
  });
326
326
  input.tx.transferObjects([input.tx.object(fud_coin)], input.user);
327
- input.tx.moveCall({
328
- target: "".concat(input.typusFrameworkPackageId, "::utils::transfer_coins"),
329
- typeArguments: [input.typeArguments[1]],
330
- arguments: [input.tx.makeMoveVec({ objects: [input.tx.object(result[1])] }), input.tx.pure(input.user)],
331
- });
332
327
  return input.tx;
333
328
  }
334
329
  exports.getNewBidTx = getNewBidTx;
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.60",
5
+ "version": "1.2.61",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.7.3",
8
8
  "@mysten/kiosk": "0.7.12",