@typus/typus-sdk 1.8.42 → 1.8.43

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.
@@ -1,4 +1,3 @@
1
- import { SuiClient } from "@mysten/sui/client";
2
1
  export declare const CLOCK = "0x6";
3
2
  export declare const SENDER = "0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
4
3
  export declare const PRICE_DECIMAL = 8;
@@ -12,8 +11,6 @@ export declare const TOKEN_NAME_TO_MODULE: {
12
11
  SUI: string;
13
12
  USDC: string;
14
13
  };
15
- export declare const mainnetConnection: SuiClient;
16
- export declare const testnetConnection: SuiClient;
17
14
  export declare const ACTIVE_SUB_VAULT_TAG: number;
18
15
  export declare const DEACTIVATING_SUB_VAULT_TAG: number;
19
16
  export declare const INACTIVE_SUB_VAULT_TAG: number;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PERFORMANCE_FEE_SUB_VAULT_TAG = exports.PREMIUM_SUB_VAULT_TAG = exports.BIDDER_SUB_VAULT_TAG = exports.WARMUP_SUB_VAULT_TAG = exports.INACTIVE_SUB_VAULT_TAG = exports.DEACTIVATING_SUB_VAULT_TAG = exports.ACTIVE_SUB_VAULT_TAG = exports.testnetConnection = exports.mainnetConnection = exports.TOKEN_NAME_TO_MODULE = exports.TOKEN_NAME = exports.FAKE_TOKEN_TYPE_ARGUMENT = exports.DEFAULT_TYPE_ARGUMENT = exports.TOKEN_DECIMAL = exports.PRICE_DECIMAL = exports.SENDER = exports.CLOCK = void 0;
4
- var client_1 = require("@mysten/sui/client");
3
+ exports.PERFORMANCE_FEE_SUB_VAULT_TAG = exports.PREMIUM_SUB_VAULT_TAG = exports.BIDDER_SUB_VAULT_TAG = exports.WARMUP_SUB_VAULT_TAG = exports.INACTIVE_SUB_VAULT_TAG = exports.DEACTIVATING_SUB_VAULT_TAG = exports.ACTIVE_SUB_VAULT_TAG = exports.TOKEN_NAME_TO_MODULE = exports.TOKEN_NAME = exports.FAKE_TOKEN_TYPE_ARGUMENT = exports.DEFAULT_TYPE_ARGUMENT = exports.TOKEN_DECIMAL = exports.PRICE_DECIMAL = exports.SENDER = exports.CLOCK = void 0;
5
4
  exports.CLOCK = "0x6";
6
5
  exports.SENDER = "0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA";
7
6
  exports.PRICE_DECIMAL = 8;
@@ -15,12 +14,6 @@ exports.TOKEN_NAME_TO_MODULE = {
15
14
  SUI: "sui",
16
15
  USDC: "usdc",
17
16
  };
18
- exports.mainnetConnection = new client_1.SuiClient({
19
- url: "https://fullnode.mainnet.sui.io:443/",
20
- });
21
- exports.testnetConnection = new client_1.SuiClient({
22
- url: "https://fullnode.testnet.sui.io:443/",
23
- });
24
17
  exports.ACTIVE_SUB_VAULT_TAG = 0;
25
18
  exports.DEACTIVATING_SUB_VAULT_TAG = 1;
26
19
  exports.INACTIVE_SUB_VAULT_TAG = 2;
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.42",
5
+ "version": "1.8.43",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^1.6.1",
8
8
  "@mysten/kiosk": "^0.12.6",