Skip to content

Commit

Permalink
Standardizing IDL name.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Aug 26, 2024
1 parent 4ef7b89 commit 096b7b3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 742 deletions.
2 changes: 1 addition & 1 deletion configs/kinobi.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const idlDir = path.join(__dirname, "..", "idls");

// Instantiate Kinobi.
const kinobi = k.createFromIdls([
path.join(idlDir, "mplHybrid.json"),
path.join(idlDir, "mpl_hybrid.json"),
]);

// Update programs.
Expand Down
2 changes: 1 addition & 1 deletion configs/shank.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generateIdl({
programName: "mpl_hybrid",
programId: "MPL4o4wMzndgh8T1NVDxELQCj5UQfYTYEkabX3wNKtb",
idlDir,
idlName: "mplHybrid",
idlName: "mpl_hybrid",
binaryInstallDir,
programDir: path.join(programDir, "mpl-hybrid"),
rustbin: {
Expand Down
Loading

0 comments on commit 096b7b3

Please sign in to comment.