Skip to content

Commit

Permalink
Tweaking naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Feb 2, 2024
1 parent 2b5cf77 commit 46d3fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
program:
description: Program
required: true
default: inscription
default: mpl_inscription
type: choice
options:
- inscription
- mpl_inscription
cluster:
description: Cluster environment
required: true
Expand Down
2 changes: 1 addition & 1 deletion configs/validator.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
commitment: "processed",
programs: [
{
label: "Mpl Json",
label: "Mpl Inscription",
programId: "1NSCRfGeyo7wPUazGbaPBUsTM49e1k2aXewHGARfzSo",
deployPath: getProgram("mpl_inscription_program.so"),
},
Expand Down

0 comments on commit 46d3fb8

Please sign in to comment.