@typus/typus-sdk 1.4.26 → 1.4.27
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,7 +1,7 @@
|
|
|
1
1
|
import { Auction, BidShare, Vault } from "../view-function";
|
|
2
2
|
import { PublicKey } from "@solana/web3.js";
|
|
3
3
|
import { PriceData } from "@pythnetwork/client";
|
|
4
|
-
import { SuiClient } from "@mysten/sui.js/
|
|
4
|
+
import { SuiClient } from "@mysten/sui.js/client";
|
|
5
5
|
import BigNumber from "bignumber.js";
|
|
6
6
|
import { TypusConfig } from "../../../src/utils";
|
|
7
7
|
export declare const ASSET_INFO: {
|
|
@@ -95,7 +95,7 @@ var auto_bid_1 = require("../../auto-bid");
|
|
|
95
95
|
var lodash_1 = require("lodash");
|
|
96
96
|
var client_1 = require("@pythnetwork/client");
|
|
97
97
|
var token_1 = require("./token");
|
|
98
|
-
var client_2 = require("@mysten/sui.js/
|
|
98
|
+
var client_2 = require("@mysten/sui.js/client");
|
|
99
99
|
var constants_1 = require("../../constants");
|
|
100
100
|
var bignumber_js_1 = __importDefault(require("bignumber.js"));
|
|
101
101
|
var moment_1 = __importDefault(require("moment"));
|