Skip to content

Commit 51c1c5f

Browse files
committed
Merge remote-tracking branch 'origin/feat/vault-quote' into feat/vault-quote
2 parents 3859186 + 784025e commit 51c1c5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ChainlinkOracle.sol

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ contract ChainlinkOracle is IChainlinkOracle {
6060
/// @dev The base asset is the collateral token and the quote asset is the loan token.
6161
/// @param baseVault Base vault. Pass address zero to omit this parameter.
6262
/// @param baseVaultConversionSample The sample amount of base vault shares used to convert to underlying.
63-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to assets has enough precision.
63+
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `baseVaultConversionSample` to
64+
/// assets has enough precision.
6465
/// @param quoteVault Quote vault. Pass address zero to omit this parameter.
6566
/// @param quoteVaultConversionSample The sample amount of quote vault shares used to convert to underlying.
66-
/// Pass 1 if the base asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to assets has enough precision.
67+
/// Pass 1 if the quote asset is not a vault. Should be chosen such that converting `quoteVaultConversionSample` to
68+
/// assets has enough precision.
6769
/// @param baseFeed1 First base feed. Pass address zero if the price = 1.
6870
/// @param baseFeed2 Second base feed. Pass address zero if the price = 1.
6971
/// @param quoteFeed1 First quote feed. Pass address zero if the price = 1.

0 commit comments

Comments
 (0)