File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,10 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
52
52
/// @dev Here is the list of assumptions that guarantees the oracle behaves as expected:
53
53
/// - Feeds are either Chainlink-compliant or the address zero.
54
54
/// - Feeds have the same behavioral assumptions as Chainlink's.
55
- /// - Feeds are set in the correct order .
55
+ /// - The vaults, if set, are ERC4626-compliant .
56
56
/// - Decimals passed as argument are correct.
57
- /// - The vaults' sample shares quoted as assets and the base feed prices don't overflow when multiplied.
58
- /// - The quote feed prices don't overflow when multiplied.
59
- /// - Vaults are either ERC4626-compliant or the address zero.
60
- /// @dev The base asset is the collateral token and the quote asset is the loan token.
57
+ /// - The base vaults's sample shares quoted as assets and the base feed prices don't overflow when multiplied.
58
+ /// - The quote vault's sample shares quoted as assets and the quote feed prices don't overflow when multiplied.
61
59
/// @param baseVault Base vault. Pass address zero to omit this parameter.
62
60
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
63
61
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to
You can’t perform that action at this time.
0 commit comments