We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7ca76 commit 6a8741cCopy full SHA for 6a8741c
src/morpho-chainlink/MorphoChainlinkOracleV2.sol
@@ -82,7 +82,7 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
82
AggregatorV3Interface quoteFeed2,
83
uint256 quoteTokenDecimals
84
) {
85
- // 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,
86
// so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing `BASE_VAULT_CONVERSION_SAMPLE` by
87
// the `SCALE_FACTOR` definition.
88
// Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
0 commit comments