Skip to content

Commit

Permalink
chore: minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Nov 8, 2024
1 parent f3f6f80 commit 7c7c846
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/vats/src/proposals/upgrade-paRegistry-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ import { AmountMath } from '@agoric/ertp';
import { Stable } from '@agoric/internal/src/tokens.js';

/**
* @param {BootstrapPowers & {
* consume: {
* vatAdminSvc: VatAdminSvc;
* vatStore: MapStore<
* string,
* import('@agoric/swingset-vat').CreateVatResults
* >;
* };
* }} powers
* @param {BootstrapPowers} powers
* @param {object} options
* @param {{ registryRef: VatSourceRef }} options.options
*/
Expand Down Expand Up @@ -54,7 +46,7 @@ export const getManifestForUpgradingRegistry = (_powers, { registryRef }) => ({
agoricNames: par,
vatAdminSvc: par,
vatStore: par,
priceAuthority: 'par',
priceAuthority: par,
},
brand: { consume: { [Stable.symbol]: par } },
},
Expand Down

0 comments on commit 7c7c846

Please sign in to comment.