File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ interface IChainlinkOracle is IOracle {
13
13
/// @notice Returns the address of the base ERC4626 vault.
14
14
function BASE_VAULT () external view returns (IERC4626 );
15
15
16
- /// @notice Returns the vault conversion sample.
16
+ /// @notice Returns the base vault conversion sample.
17
17
function BASE_VAULT_CONVERSION_SAMPLE () external view returns (uint256 );
18
18
19
19
/// @notice Returns the address of the quote ERC4626 vault.
20
20
function QUOTE_VAULT () external view returns (IERC4626 );
21
21
22
- /// @notice Returns the vault conversion sample.
22
+ /// @notice Returns the quote vault conversion sample.
23
23
function QUOTE_VAULT_CONVERSION_SAMPLE () external view returns (uint256 );
24
24
25
25
/// @notice Returns the address of the first Chainlink base feed.
You can’t perform that action at this time.
0 commit comments