Skip to content

Commit

Permalink
chore: punt replaceScaledPriceAuthorities builder, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 3, 2024
1 parent 3f00e1c commit d88bafb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/boot/test/bootstrapTests/price-feed-replace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@ test.serial('run replace-price-feeds proposals', async t => {
};
await evalProposal(buildProposal(perFeedBuilder, opts));

for (const builder of [
'@agoric/builders/scripts/vats/replaceScaledPriceAuthorities.js',
'@agoric/builders/scripts/vats/add-auction.js',
'@agoric/builders/scripts/vats/upgradeVaults.js',
]) {
t.log('building', builder);
await evalProposal(buildProposal(builder));
}
refreshAgoricNamesRemotes();
const instancePost = agoricNamesRemotes.instance['ATOM-USD price feed'];
t.not(instancePre, instancePost);
Expand Down

0 comments on commit d88bafb

Please sign in to comment.