Skip to content

Commit

Permalink
chore: add comments in powers for replaceScaledPriceAuthorities
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 8, 2024
1 parent 841cf20 commit 95b2b1d
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,20 @@ export const getManifestForReplaceScaledPriceAuthorities = async (
manifest: {
[replaceScaledPriceAuthorities.name]: {
consume: {
agoricNamesAdmin: t,
// //// Widely known ////
agoricNames: t,
contractKits: t,
priceAuthority: t,
priceAuthorityAdmin: t,
zoe: t,
startUpgradable: t,
zoe: t,

// //// closely held, powerful ////
agoricNamesAdmin: t,
contractKits: t,
priceAuthorityAdmin: t,
},
instance: {
// This is a right to add/replace any instance. That we update only the
// relevant ones must be verified by inspection.
produce: t,
},
},
Expand Down

0 comments on commit 95b2b1d

Please sign in to comment.