Skip to content

Commit

Permalink
Update scripts/svm/simpleDeposit.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 fe16b49 commit 3f20869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/svm/simpleDeposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { hideBin } from "yargs/helpers";
// Set up the provider
const provider = AnchorProvider.env();
anchor.setProvider(provider);
const idl = require("../target/idl/svm_spoke.json");
const idl = require("../../target/idl/svm_spoke.json");
const program = new Program<SvmSpoke>(idl, provider);
const programId = program.programId;

Expand Down

0 comments on commit 3f20869

Please sign in to comment.