Skip to content

Commit 7f96566

Browse files
committed
feat: missing changes
1 parent 35d7992 commit 7f96566

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ChainlinkOracle.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ import {IOracle} from "morpho-blue/interfaces/IOracle.sol";
55

66
import {AggregatorV3Interface, ChainlinkDataFeedLib} from "./libraries/ChainlinkDataFeedLib.sol";
77

8+
/// @title ChainlinkOracle
9+
/// @author Morpho Labs
10+
/// @custom:contact [email protected]
11+
/// @notice Morpho Blue oracle using Chainlink-compliant feeds.
812
contract ChainlinkOracle is IOracle {
913
using ChainlinkDataFeedLib for AggregatorV3Interface;
1014

11-
/* CONSTANT */
15+
/* IMMUTABLES */
1216

1317
/// @notice First base feed.
1418
AggregatorV3Interface public immutable BASE_FEED_1;

0 commit comments

Comments
 (0)