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";
44import  { 
55  CosmWasmPriceFeedContract , 
66  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" ; 
1010import  {  DefaultStore ,  Store  }  from  "@pythnetwork/contract-manager/node/store" ; 
1111import  {  CHAINS  }  from  "@pythnetwork/xc-admin-common" ; 
1212import  {  DeploymentType  }  from  "./helper" ; 
Original file line number Diff line number Diff line change 11import  yargs  from  "yargs" ; 
22import  {  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" ; 
55import  {  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" ; 
77import  {  PriceServiceConnection  }  from  "@pythnetwork/price-service-client" ; 
88import  {  execSync  }  from  "child_process" ; 
99import  {  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";
88import  {  Ed25519Keypair  }  from  "@iota/iota-sdk/keypairs/ed25519" ; 
99
1010import  {  execSync  }  from  "child_process" ; 
11- import  {  IotaPriceFeedContract  }  from  "../../../../contract_manager/lib /core/contracts/iota" ; 
11+ import  {  IotaPriceFeedContract  }  from  "@pythnetwork/contract-manager /core/contracts/iota" ; 
1212
1313export  function  buildForBytecodeAndDigest ( packagePath : string )  { 
1414  const  buildOutput : { 
Original file line number Diff line number Diff line change 11import  yargs  from  "yargs" ; 
22import  {  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" ; 
55import  {  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" ; 
77import  {  PriceServiceConnection  }  from  "@pythnetwork/price-service-client" ; 
88import  {  execSync  }  from  "child_process" ; 
99import  {  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";
44import  {  Ed25519Keypair  }  from  "@mysten/sui/keypairs/ed25519" ; 
55
66import  {  execSync  }  from  "child_process" ; 
7- import  {  SuiPriceFeedContract  }  from  "../../../../contract_manager/lib /core/contracts/sui" ; 
7+ import  {  SuiPriceFeedContract  }  from  "@pythnetwork/contract-manager /core/contracts/sui" ; 
88
99export  function  buildForBytecodeAndDigest ( packagePath : string )  { 
1010  const  buildOutput : { 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments