File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ contract Oracle2 is IOracle {
20
20
/* CONSTRUCTOR */
21
21
22
22
/// @param baseFeed Base feed. Pass address zero if the price = 1.
23
- /// @param baseTokenDecimals Base token decimals. Pass 0 if the price = 1.
24
23
/// @param quoteFeed Quote feed. Pass address zero if the price = 1.
25
- /// @param quoteTokenDecimals Quote token decimals. Pass 0 if the price = 1.
24
+ /// @param baseTokenDecimals Base token decimals.
25
+ /// @param quoteTokenDecimals Quote token decimals.
26
26
constructor (
27
27
AggregatorV3Interface baseFeed ,
28
28
AggregatorV3Interface quoteFeed ,
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ contract Oracle4 is IOracle {
27
27
/// @param secondBaseFeed Second base feed. Pass address zero if the price = 1.
28
28
/// @param firstQuoteFeed Quote feed. Pass address zero if the price = 1.
29
29
/// @param secondQuoteFeed Quote feed. Pass address zero if the price = 1.
30
- /// @param baseTokenDecimals Base token decimals. Pass 0 if the price = 1.
31
- /// @param quoteTokenDecimals Quote token decimals. Pass 0 if the price = 1.
30
+ /// @param baseTokenDecimals Base token decimals.
31
+ /// @param quoteTokenDecimals Quote token decimals.
32
32
constructor (
33
33
AggregatorV3Interface firstBaseFeed ,
34
34
AggregatorV3Interface secondBaseFeed ,
You can’t perform that action at this time.
0 commit comments