Skip to content

Commit d6b8837

Browse files
committed
docs: reorder natspec
1 parent 9f75c31 commit d6b8837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/morpho-chainlink/interfaces/IMorphoChainlinkOracleV2Factory.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ interface IMorphoChainlinkOracleV2Factory {
3030
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
3131
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to
3232
/// 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.
3336
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
3437
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
3538
/// Pass 1 if the quote asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
3639
/// 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.
3940
/// @param quoteFeed1 First quote feed. Pass address zero if the price = 1.
4041
/// @param quoteFeed2 Second quote feed. Pass address zero if the price = 1.
41-
/// @param baseTokenDecimals Base token decimals.
4242
/// @param quoteTokenDecimals Quote token decimals.
4343
/// @param salt The salt to use for the MetaMorpho vault's CREATE2 address.
4444
function createMorphoChainlinkOracleV2(

0 commit comments

Comments
 (0)