File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/morpho-chainlink/interfaces Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ interface IMorphoChainlinkOracleV2Factory {
30
30
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
31
31
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to
32
32
/// assets has enough precision.
33
+ /// @param baseFeed1 First base feed. Pass address zero if the price = 1.
34
+ /// @param baseFeed2 Second base feed. Pass address zero if the price = 1.
35
+ /// @param baseTokenDecimals Base token decimals.
33
36
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
34
37
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
35
38
/// Pass 1 if the quote asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
36
39
/// assets has enough precision.
37
- /// @param baseFeed1 First base feed. Pass address zero if the price = 1.
38
- /// @param baseFeed2 Second base feed. Pass address zero if the price = 1.
39
40
/// @param quoteFeed1 First quote feed. Pass address zero if the price = 1.
40
41
/// @param quoteFeed2 Second quote feed. Pass address zero if the price = 1.
41
- /// @param baseTokenDecimals Base token decimals.
42
42
/// @param quoteTokenDecimals Quote token decimals.
43
43
/// @param salt The salt to use for the MetaMorpho vault's CREATE2 address.
44
44
function createMorphoChainlinkOracleV2 (
You can’t perform that action at this time.
0 commit comments