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