Skip to content

Commit 02eb45f

Browse files
Merge pull request #55 from morpho-org/docs/interface
docs(ifc): add natspecs
2 parents cd7586d + 3186267 commit 02eb45f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/interfaces/IChainlinkOracle.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import {IERC4626} from "./IERC4626.sol";
55
import {AggregatorV3Interface} from "./AggregatorV3Interface.sol";
66
import {IOracle} from "../../lib/morpho-blue/src/interfaces/IOracle.sol";
77

8+
/// @title IChainlinkOracle
9+
/// @author Morpho Labs
10+
/// @custom:contact [email protected]
11+
/// @notice Interface of ChainlinkOracle.
812
interface IChainlinkOracle is IOracle {
913
/// @notice Returns the address of the ERC4626 vault.
1014
function VAULT() external view returns (IERC4626);

0 commit comments

Comments
 (0)