File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ contract MorphoChainlinkOracleV2 is IMorphoChainlinkOracleV2 {
8282 AggregatorV3Interface quoteFeed2 ,
8383 uint256 quoteTokenDecimals
8484 ) {
85- // 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.
85+ // The ERC4626 vault parameters are used to price their respective conversion samples of their respective
86+ // shares, so it requires multiplying by `QUOTE_VAULT_CONVERSION_SAMPLE` and dividing
87+ // `BASE_VAULT_CONVERSION_SAMPLE` by the `SCALE_FACTOR` definition.
8888 // Verify that vault = address(0) => vaultConversionSample = 1 for each vault.
8989 require (
9090 address (baseVault) != address (0 ) || baseVaultConversionSample == 1 ,
You can’t perform that action at this time.
0 commit comments