File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,13 @@ contract ChainlinkOracle is IOracle {
37
37
38
38
/* CONSTRUCTOR */
39
39
40
- /// @dev Here is the list of assumptions on the inputs that guarantees the oracle behaves as expected:
40
+ /// @dev Here is the list of assumptions that guarantees the oracle behaves as expected:
41
41
/// - Feeds are either Chainlink-compliant or the address zero.
42
42
/// - Feeds have the same behavioral assumptions as Chainlink's.
43
43
/// - Feeds are set in the correct order.
44
44
/// - Decimals passed as argument are correct.
45
- /// - The vault conversion sample is low enough to avoid overflows.
45
+ /// - The vault's sample assets and the base feed prices don't overflow when multiplied.
46
+ /// - The quote feed prices don't overflow when multiplied.
46
47
/// - The vault, if set, is ERC4626-compliant.
47
48
/// @param vault Vault. Pass address zero to omit this parameter.
48
49
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
You can’t perform that action at this time.
0 commit comments