@typus/typus-sdk 1.8.15 → 1.8.17

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.
@@ -38,7 +38,7 @@ var utils_1 = require("../../src/utils");
38
38
  function getNewStrategyTx(config, tx, input) {
39
39
  var input_coin = (0, utils_1.splitCoin)(tx, input.typeArguments[1], input.coins, input.amount, config.sponsored);
40
40
  tx.moveCall({
41
- target: "".concat(config.package.dovSingle, "::auto_bid::new_strategy"),
41
+ target: "".concat(config.package.dovSingle, "::auto_bid::new_strategy_v3"),
42
42
  typeArguments: input.typeArguments,
43
43
  arguments: [
44
44
  tx.object(config.registry.dov.dovSingle),
@@ -65,7 +65,7 @@ function getNewStrategyTx(config, tx, input) {
65
65
  */
66
66
  function getCloseStrategyTx(config, tx, input) {
67
67
  var _a = __read(tx.moveCall({
68
- target: "".concat(config.package.dovSingle, "::auto_bid::close_strategy"),
68
+ target: "".concat(config.package.dovSingle, "::auto_bid::close_strategy_v3"),
69
69
  typeArguments: input.typeArguments,
70
70
  arguments: [
71
71
  tx.object(config.registry.dov.dovSingle),
@@ -80,7 +80,7 @@ function getCloseStrategyTx(config, tx, input) {
80
80
  }
81
81
  function getWithdrawProfitStrategyTx(config, tx, input) {
82
82
  var d_token = tx.moveCall({
83
- target: "".concat(config.package.dovSingle, "::auto_bid::withdraw_profit"),
83
+ target: "".concat(config.package.dovSingle, "::auto_bid::withdraw_profit_v3"),
84
84
  typeArguments: input.typeArguments,
85
85
  arguments: [
86
86
  tx.object(config.registry.dov.dovSingle),
@@ -110,7 +110,7 @@ function getWithdrawProfitStrategyTx(config, tx, input) {
110
110
  function getUpdateStrategyTx(config, tx, input) {
111
111
  var input_coin = (0, utils_1.splitCoin)(tx, input.typeArguments[1], input.coins, input.amount, config.sponsored);
112
112
  tx.moveCall({
113
- target: "".concat(config.package.dovSingle, "::auto_bid::update_strategy"),
113
+ target: "".concat(config.package.dovSingle, "::auto_bid::update_strategy_v3"),
114
114
  typeArguments: input.typeArguments,
115
115
  arguments: [
116
116
  tx.object(config.registry.dov.dovSingle),
@@ -139,7 +139,7 @@ public fun withdraw_bid_receipt(
139
139
  */
140
140
  function getWithdrawBidReceiptTx(config, tx, input) {
141
141
  var receipt = tx.moveCall({
142
- target: "".concat(config.package.dovSingle, "::auto_bid::withdraw_bid_receipt"),
142
+ target: "".concat(config.package.dovSingle, "::auto_bid::withdraw_bid_receipt_v3"),
143
143
  typeArguments: [],
144
144
  arguments: [
145
145
  tx.object(config.registry.dov.dovSingle),
@@ -282,10 +282,12 @@ var pythId = {
282
282
  "57ff7100a282e4af0c91154679c5dae2e5dcacb93fd467ea9cb7e58afdcfde27": "VSUI",
283
283
  "6120ffcf96395c70aa77e72dcb900bf9d40dccab228efca59a17b90ce423d5e8": "HASUI",
284
284
  d9912df360b5b7f21a122f15bdd5e27f62ce5e72bd316c291f7c86620e07fb2a: "AUSD",
285
- "6a4090703da959247727f2b490eb21aea95c8684ecfac675f432008830890c75": "FUD",
285
+ // Deleted by PYTH
286
+ //"6a4090703da959247727f2b490eb21aea95c8684ecfac675f432008830890c75": "FUD",
286
287
  "29bdd5248234e33bd93d3b81100b5fa32eaa5997843847e2c2cb16d7c6d9f7ff": "DEEP",
287
288
  "04cfeb7b143eb9c48e9b074125c1a3447b85f59c31164dc20c1beaa6f21f2b6b": "BLUE",
288
- "5fc11ffe4975b624be495be038da30e30bee2004d8ae6282b5364577ef4ca92c": "BLUB",
289
+ // Deleted by PYTH
290
+ // "5fc11ffe4975b624be495be038da30e30bee2004d8ae6282b5364577ef4ca92c": "BLUB",
289
291
  "765d2ba906dbc32ca17cc11f5310a89e9ee1f6420508c63861f2f8ba4ee34bb2": "XAU",
290
292
  eba0732395fae9dec4bae12e52760b35fc1c5671e2da8b449c9af4efe5d54341: "WAL",
291
293
  "4279e31cc369bbcc2faf022b382b080e32a8e689ff20fbc530d2a603eb6cd98b": "HYPE",
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.8.15",
5
+ "version": "1.8.17",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "1.6.1",
8
8
  "@mysten/kiosk": "0.12.6",