Skip to content

Commit

Permalink
Merge pull request #55 from morpho-org/docs/interface
Browse files Browse the repository at this point in the history
docs(ifc): add natspecs
  • Loading branch information
MerlinEgalite authored Dec 21, 2023
2 parents cd7586d + 3186267 commit 02eb45f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/interfaces/IChainlinkOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ import {IERC4626} from "./IERC4626.sol";
import {AggregatorV3Interface} from "./AggregatorV3Interface.sol";
import {IOracle} from "../../lib/morpho-blue/src/interfaces/IOracle.sol";

/// @title IChainlinkOracle
/// @author Morpho Labs
/// @custom:contact [email protected]
/// @notice Interface of ChainlinkOracle.
interface IChainlinkOracle is IOracle {
/// @notice Returns the address of the ERC4626 vault.
function VAULT() external view returns (IERC4626);
Expand Down

0 comments on commit 02eb45f

Please sign in to comment.