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.
2 parents cd7586d + 3186267 commit 02eb45fCopy full SHA for 02eb45f
src/interfaces/IChainlinkOracle.sol
@@ -5,6 +5,10 @@ import {IERC4626} from "./IERC4626.sol";
5
import {AggregatorV3Interface} from "./AggregatorV3Interface.sol";
6
import {IOracle} from "../../lib/morpho-blue/src/interfaces/IOracle.sol";
7
8
+/// @title IChainlinkOracle
9
+/// @author Morpho Labs
10
+/// @custom:contact [email protected]
11
+/// @notice Interface of ChainlinkOracle.
12
interface IChainlinkOracle is IOracle {
13
/// @notice Returns the address of the ERC4626 vault.
14
function VAULT() external view returns (IERC4626);
0 commit comments