Skip to content

Commit

Permalink
Update scripts/svm/remotePauseDeposits.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Reinis Martinsons <[email protected]>
  • Loading branch information
chrismaree and Reinis-FRP committed Sep 20, 2024
1 parent 5d317fb commit f486f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/svm/remotePauseDeposits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const remoteDomain = 0; // Ethereum
const localDomain = 5; // Solana

// Get Solana programs and accounts.
const svmSpokeIdl = require("../target/idl/svm_spoke.json");
const svmSpokeIdl = require("../../target/idl/svm_spoke.json");
const svmSpokeProgram = new anchor.Program<SvmSpoke>(svmSpokeIdl, provider);
const [statePda, _] = PublicKey.findProgramAddressSync(
[Buffer.from("state"), seed.toArrayLike(Buffer, "le", 8)],
Expand Down

0 comments on commit f486f1e

Please sign in to comment.