Skip to content

Commit

Permalink
fixup: starter permit
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 16, 2024
1 parent 2b6855d commit 6d3ea2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contract/src/start-contractStarter.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ export const permit = {
namesByAddressAdmin: true,
},
produce: { contractStarterKit: true },
installation: { consume: { contractStarter: true } },
installation: {
produce: { contractStarter: true },
consume: { contractStarter: true },
},
instance: { produce: { contractStarter: true } },
brand: { consume: { IST: true } },
};
Expand Down

0 comments on commit 6d3ea2d

Please sign in to comment.