Skip to content

Commit

Permalink
WIP(interAsset): TODOs for price feed, PSM
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 21, 2024
1 parent e4f2a2b commit 24f0cf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contract/src/interAssets.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import { makeRatio } from '@agoric/zoe/src/contractSupport/index.js';

import { whenQuiescent } from './when-quiescent.js';

console.log('TODO: createPriceFeed from price-feed-proposal');
console.log('TODO: ensureOracleBrands from price-feed-proposal');
console.log('TODO: scaledPriceAuthority - or skip it?');

console.log('TODO: startPSM');

/**
* @typedef {{
* startUpgradable: StartUpgradable
Expand Down

0 comments on commit 24f0cf5

Please sign in to comment.