File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ contract ChainlinkOracle is IChainlinkOracle {
57
57
/// - The vault's 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
59
/// - The vault, if set, is ERC4626-compliant.
60
+ /// @dev The base asset is the collateral token and the quote asset is the loan token.
60
61
/// @param baseVault Base vault. Pass address zero to omit this parameter.
61
62
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
62
63
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to assets has enough precision.
You can’t perform that action at this time.
0 commit comments