@7kprotocol/sdk-ts 2.1.1 → 2.1.2

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.
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.BluemoveContract = void 0;
13
13
  const base_1 = require("../base");
14
14
  const sui_1 = require("../../../utils/sui");
15
- const PACKAGE_ID = "0xb24b6789e088b876afabca733bed2299fbc9e2d6369be4d1acfa17d8145454d9";
15
+ const PACKAGE_ID = "0x08cd33481587d4c4612865b164796d937df13747d8c763b8a178c87e3244498f";
16
16
  const DEX_INFO_ID = "0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92";
17
17
  class BluemoveContract extends base_1.BaseContract {
18
18
  swap(tx) {
@@ -1,6 +1,6 @@
1
1
  import { BaseContract } from "../base";
2
2
  import { SuiUtils } from "../../../utils/sui";
3
- const PACKAGE_ID = "0xb24b6789e088b876afabca733bed2299fbc9e2d6369be4d1acfa17d8145454d9";
3
+ const PACKAGE_ID = "0x08cd33481587d4c4612865b164796d937df13747d8c763b8a178c87e3244498f";
4
4
  const DEX_INFO_ID = "0x3f2d9f724f4a1ce5e71676448dc452be9a6243dac9c5b975a588c8c867066e92";
5
5
  export class BluemoveContract extends BaseContract {
6
6
  async swap(tx) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7kprotocol/sdk-ts",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "",
5
5
  "exports": {
6
6
  ".": {