Skip to content

Commit

Permalink
Update scripts/svm/enableRoute.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 9c28953 commit e3fb877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/svm/enableRoute.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 e3fb877

Please sign in to comment.