File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export function getGovernanceVaa(): GovernanceVaa {
114
114
return loadScriptConfig ( "governance-vaa" ) ;
115
115
}
116
116
117
- function loadScriptConfig ( filename : string ) : any {
117
+ export function loadScriptConfig ( filename : string ) : any {
118
118
const configFile = fs . readFileSync (
119
119
`./ts/scripts/config/${ env } /${ filename } .json`
120
120
) ;
Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ import {
8
8
connection ,
9
9
getSigner ,
10
10
getProgramAddresses ,
11
- getGovernanceVaa ,
11
+ loadScriptConfig ,
12
12
} from "./env" ;
13
13
import { addLedgerSignature , ledgerSignAndSend } from "./helpers" ;
14
14
import { postVaaSolana } from "@certusone/wormhole-sdk" ;
15
15
import { NTTGovernance } from "../sdk/governance" ;
16
- import { loadScriptConfig } from '../../../evm/ts-scripts/src/env' ;
17
16
18
17
const governanceVaasFileName = process . env . GOVERNANCE_VAAS_FILE_PATH ;
19
18
if ( ! governanceVaasFileName ) {
You can’t perform that action at this time.
0 commit comments