[sui 16/x] - update imports (#942)

* update some script imports

* another one

* remove @optke3/sui.js from dependencies
This commit is contained in:
optke3 2023-07-07 11:17:29 -04:00 committed by GitHub
parent bef4073b54
commit 2c334b6b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 11 additions and 12 deletions

View File

@ -7,7 +7,6 @@
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.12",
"@mysten/sui.js": "^0.32.2",
"@optke3/sui.js": "0.33.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/price-service-client": "^1.4.0",
"@pythnetwork/price-service-sdk": "^1.2.0",

View File

@ -10,7 +10,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -8,7 +8,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -8,7 +8,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
import { execSync } from "child_process";
import dotenv from "dotenv";

View File

@ -6,7 +6,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
import { REGISTRY, NETWORK, INITIAL_DATA_SOURCES } from "../registry";
dotenv.config({ path: "~/.env" });

View File

@ -10,7 +10,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -8,7 +8,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -8,7 +8,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
import { execSync } from "child_process";
import dotenv from "dotenv";

View File

@ -6,7 +6,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
import { REGISTRY, NETWORK, INITIAL_DATA_SOURCES } from "../registry";
dotenv.config({ path: "~/.env" });

View File

@ -13,7 +13,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -10,7 +10,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });

View File

@ -8,7 +8,7 @@ import {
JsonRpcProvider,
Ed25519Keypair,
Connection,
} from "@optke3/sui.js";
} from "@mysten/sui.js";
dotenv.config({ path: "~/.env" });