@typus/typus-sdk 1.2.39 → 1.2.40

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.
package/lib/mainnet.json CHANGED
@@ -66,5 +66,6 @@
66
66
  "mysten_labs": "0x985a37095c597ecfa072b0f389df689ee4d9c99bcf4b175aa53be52e2e5f25b8",
67
67
  "none": "0x88dba869e789d0725ae55fbb446f6e38065b67e1f26b10ec57322b18f4de9892",
68
68
  "diceProfitSharing": "0x42ba35a057e38baf19e916b0f9ad5d98bb23b7fc246b4d659fc21c608790e872",
69
+ "expProfitSharing": "0x2d1d2d29ab784fae88a4e2f96a97fc9e21723402bf778f733acf1520c4c7e55d",
69
70
  "STRATEGY_POOL": "0x2c60ddd50d76beb00faa025962d566359a6ea05b1f7f19ac6bd050f4db8c885c"
70
71
  }
@@ -62,6 +62,8 @@ function assetToDecimal(asset) {
62
62
  return 6;
63
63
  case "USDT":
64
64
  return 6;
65
+ case "USDY":
66
+ return 6;
65
67
  case "CETUS":
66
68
  return 9;
67
69
  case "TURBOS":
@@ -37,7 +37,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.getDrawResult = void 0;
40
- var apiUrl = "https://us-central1-aqueous-freedom-378103.cloudfunctions.net/draw-result-1";
40
+ var apiUrl = "https://us-central1-aqueous-freedom-378103.cloudfunctions.net/draw-result-2";
41
41
  function getDrawResult(network, packageId, registry, index, amount, guess_1, larger_than_1, guess_2, larger_than_2, vrf_input_1, vrf_input_2) {
42
42
  return __awaiter(this, void 0, void 0, function () {
43
43
  var queryParams, vrf_input_1_string, vrf_input_2_string, apiUrlWithParams, response, data;
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.39",
5
+ "version": "1.2.40",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.7.3",
8
8
  "@mysten/kiosk": "0.7.12",