File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
cosmwasm/deploy-scripts/src Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import { getWormholeConfig } from "./configs";
4
4
import {
5
5
CosmWasmPriceFeedContract ,
6
6
CosmWasmWormholeContract ,
7
- } from "../../../../contract_manager/lib /core/contracts/cosmwasm" ;
8
- import { toPrivateKey } from "../../../../contract_manager/lib /core/base" ;
9
- import { CosmWasmChain } from "../../../../contract_manager/lib /core/chains" ;
7
+ } from "@pythnetwork/contract-manager /core/contracts/cosmwasm" ;
8
+ import { toPrivateKey } from "@pythnetwork/contract-manager /core/base" ;
9
+ import { CosmWasmChain } from "@pythnetwork/contract-manager /core/chains" ;
10
10
import { DefaultStore , Store } from "@pythnetwork/contract-manager/node/store" ;
11
11
import { CHAINS } from "@pythnetwork/xc-admin-common" ;
12
12
import { DeploymentType } from "./helper" ;
Original file line number Diff line number Diff line change 1
1
import yargs from "yargs" ;
2
2
import { hideBin } from "yargs/helpers" ;
3
- import { IotaChain } from "../../../../contract_manager/lib /core/chains" ;
4
- import { IotaPriceFeedContract } from "../../../../contract_manager/lib /core/contracts/iota" ;
3
+ import { IotaChain } from "@pythnetwork/contract-manager /core/chains" ;
4
+ import { IotaPriceFeedContract } from "@pythnetwork/contract-manager /core/contracts/iota" ;
5
5
import { DefaultStore } from "@pythnetwork/contract-manager/node/store" ;
6
- import { getDefaultDeploymentConfig } from "../../../../contract_manager/lib /core/base" ;
6
+ import { getDefaultDeploymentConfig } from "@pythnetwork/contract-manager /core/base" ;
7
7
import { PriceServiceConnection } from "@pythnetwork/price-service-client" ;
8
8
import { execSync } from "child_process" ;
9
9
import { initPyth , publishPackage } from "./pyth_deploy" ;
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { IotaClient } from "@iota/iota-sdk/client";
8
8
import { Ed25519Keypair } from "@iota/iota-sdk/keypairs/ed25519" ;
9
9
10
10
import { execSync } from "child_process" ;
11
- import { IotaPriceFeedContract } from "../../../../contract_manager/lib /core/contracts/iota" ;
11
+ import { IotaPriceFeedContract } from "@pythnetwork/contract-manager /core/contracts/iota" ;
12
12
13
13
export function buildForBytecodeAndDigest ( packagePath : string ) {
14
14
const buildOutput : {
Original file line number Diff line number Diff line change 1
1
import yargs from "yargs" ;
2
2
import { hideBin } from "yargs/helpers" ;
3
- import { SuiChain } from "../../../../contract_manager/lib /core/chains" ;
4
- import { SuiPriceFeedContract } from "../../../../contract_manager/lib /core/contracts/sui" ;
3
+ import { SuiChain } from "@pythnetwork/contract-manager /core/chains" ;
4
+ import { SuiPriceFeedContract } from "@pythnetwork/contract-manager /core/contracts/sui" ;
5
5
import { DefaultStore } from "@pythnetwork/contract-manager/node/store" ;
6
- import { getDefaultDeploymentConfig } from "../../../../contract_manager/lib /core/base" ;
6
+ import { getDefaultDeploymentConfig } from "@pythnetwork/contract-manager /core/base" ;
7
7
import { PriceServiceConnection } from "@pythnetwork/price-service-client" ;
8
8
import { execSync } from "child_process" ;
9
9
import { initPyth , publishPackage } from "./pyth_deploy" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { SuiClient } from "@mysten/sui/client";
4
4
import { Ed25519Keypair } from "@mysten/sui/keypairs/ed25519" ;
5
5
6
6
import { execSync } from "child_process" ;
7
- import { SuiPriceFeedContract } from "../../../../contract_manager/lib /core/contracts/sui" ;
7
+ import { SuiPriceFeedContract } from "@pythnetwork/contract-manager /core/contracts/sui" ;
8
8
9
9
export function buildForBytecodeAndDigest ( packagePath : string ) {
10
10
const buildOutput : {
You can’t perform that action at this time.
0 commit comments