Skip to content

Commit

Permalink
chore: some bootstrap tests also use the priceFeedBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Oct 29, 2024
1 parent 5f074ae commit 7127d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test.serial('setupVaults; run updatePriceFeeds proposals', async t => {

t.log('building all relevant CoreEvals');
const coreEvals = await Promise.all([
buildProposal(priceFeedBuilder, ['main']),
buildProposal(priceFeedBuilder, ['MAINNET']),
buildProposal('@agoric/builders/scripts/vats/upgradeVaults.js'),
buildProposal('@agoric/builders/scripts/vats/add-auction.js'),
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test('modify manager & director params; update vats, check', async t => {
const priceFeedBuilder =
'@agoric/builders/scripts/inter-protocol/updatePriceFeeds.js';
const coreEvals = await Promise.all([
buildProposal(priceFeedBuilder, ['main']),
buildProposal(priceFeedBuilder, ['MAINNET']),
buildProposal('@agoric/builders/scripts/vats/upgradeVaults.js'),
buildProposal('@agoric/builders/scripts/vats/add-auction.js'),
]);
Expand Down

0 comments on commit 7127d1b

Please sign in to comment.