Skip to content

Commit

Permalink
chore: cleanups & typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Sep 11, 2024
1 parent 0e3b036 commit 0c12200
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"sdk-generate": [
"vats/replacePriceFeeds.js",
"vats/replace-scaledPriceAuthorities.js",
"vats/add-auction.js",
"vats/upgradeVaults.js"
],
Expand Down
3 changes: 1 addition & 2 deletions packages/inter-protocol/src/proposals/deploy-price-feeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const installPriceAggregator = async (
) => {
/** @type {Installation<FluxStartFn>} */
const installation = await E(zoe).installBundleID(bundleID);
priceAggregator.reset();
priceAggregator.resolve(installation);
trace('installed priceAggregator', bundleID.slice(0, 'b1-1234567'.length));
return installation;
Expand Down Expand Up @@ -109,7 +108,7 @@ const startPriceAggegatorInstance = async (
{ AGORIC_INSTANCE_NAME, contractTerms, brandIn, brandOut },
installation,
) => {
trace('startPriceAggegatorInstance', AGORIC_INSTANCE_NAME);
trace('startPriceAggregatorInstance', AGORIC_INSTANCE_NAME);
const label = sanitizePathSegment(AGORIC_INSTANCE_NAME);

const feedsStorage = await makeStorageNodeChild(chainStorage, STORAGE_PATH);
Expand Down

0 comments on commit 0c12200

Please sign in to comment.