Skip to content

Commit

Permalink
chore: rm unused PRICE_FEEDS_MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 11, 2023
1 parent 9f17595 commit a5106ef
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/inter-protocol/src/proposals/price-feed-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,20 +312,3 @@ export const startPriceFeeds = async (
trace('startPriceFeeds complete');
};
harden(startPriceFeeds);

export const PRICE_FEEDS_MANIFEST = harden({
[startPriceFeeds.name]: {
consume: {
agoricNamesAdmin: true,
board: true,
chainStorage: true,
chainTimerService: true,
client: true,
namesByAddressAdmin: true,
priceAuthority: true,
priceAuthorityAdmin: true,
zoe: true,
},
installation: { consume: { priceAggregator: true } },
},
});

0 comments on commit a5106ef

Please sign in to comment.