We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ba187 commit a6482f3Copy full SHA for a6482f3
src/ChainlinkOracle.sol
@@ -37,6 +37,7 @@ contract ChainlinkOracle is IOracle {
37
38
/// @dev Here is the list of assumptions on the inputs that guarantees the oracle behaves as expected:
39
/// - Feeds are Chainlink-compliant or the address zero.
40
+ /// - Feeds have the same behavioral assumptions as Chainlink's.
41
/// - Feeds are set in the correct order.
42
/// - Decimals passed as argument are correct.
43
/// - The vault conversion sample is low enough to avoid overflows.
0 commit comments