Skip to content

Commit

Permalink
docs: minor update
Browse files Browse the repository at this point in the history
Signed-off-by: MathisGD <[email protected]>
  • Loading branch information
MathisGD authored Mar 5, 2024
1 parent 8b7ca76 commit 6a8741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/morpho-chainlink/MorphoChainlinkOracleV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
AggregatorV3Interface quoteFeed2,
uint256 quoteTokenDecimals
) {
// The ERC4626 vaults parameter is used to price their respective conversion samples of their respective shares,
// The ERC4626 vault parameters are used to price their respective conversion samples of their respective shares,
// so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing `BASE_VAULT_CONVERSION_SAMPLE` by
// the `SCALE_FACTOR` definition.
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
Expand Down

0 comments on commit 6a8741c

Please sign in to comment.