From 95b2b1d2a268e846e02c400e10000c4e18c149b5 Mon Sep 17 00:00:00 2001 From: Chris Hibbert Date: Tue, 8 Oct 2024 14:13:57 -0700 Subject: [PATCH] chore: add comments in powers for replaceScaledPriceAuthorities --- .../src/proposals/replace-scaledPriceAuthorities.js | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/packages/inter-protocol/src/proposals/replace-scaledPriceAuthorities.js b/packages/inter-protocol/src/proposals/replace-scaledPriceAuthorities.js index 1fff5d373bc..8723af3ce7b 100644 --- a/packages/inter-protocol/src/proposals/replace-scaledPriceAuthorities.js +++ b/packages/inter-protocol/src/proposals/replace-scaledPriceAuthorities.js @@ -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, }, },