Skip to content

Commit

Permalink
Fixing validator configt.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 2, 2024
1 parent 4ab1292 commit 2b5cf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/validator.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
{
label: "Mpl Json",
programId: "1NSCRfGeyo7wPUazGbaPBUsTM49e1k2aXewHGARfzSo",
deployPath: getProgram("mpl_inscription.so"),
deployPath: getProgram("mpl_inscription_program.so"),
},
// Below are external programs that should be included in the local validator.
// You may configure which ones to fetch from the cluster when building
Expand Down

0 comments on commit 2b5cf77

Please sign in to comment.