Skip to content

Commit

Permalink
Merge pull request #3673 from yashpatel5400/master
Browse files Browse the repository at this point in the history
Added Chainlink aggregator with tests
  • Loading branch information
michaelfig authored Aug 13, 2021
2 parents 5d818a1 + 99fe4a4 commit cc06a29
Show file tree
Hide file tree
Showing 3 changed files with 1,488 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractSupport/priceAuthority.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const isGT = (amount, amountLimit) => !AmountMath.isGTE(amountLimit, amount);
* @typedef {Object} OnewayPriceAuthorityOptions
* @property {Issuer} quoteIssuer
* @property {ERef<Notifier<Timestamp>>} notifier
* @property {TimerService} timer
* @property {ERef<TimerService>} timer
* @property {PriceQuoteCreate} createQuote
* @property {Brand} actualBrandIn
* @property {Brand} actualBrandOut
Expand Down
Loading

0 comments on commit cc06a29

Please sign in to comment.