Skip to content

Commit f93f316

Browse files
committed
fix: factory interface solidity version
1 parent a25b4ad commit f93f316

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/morpho-chainlink/interfaces/IMorphoChainlinkOracleV2Factory.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
pragma solidity >=0.5.0;
33

4-
import {MorphoChainlinkOracleV2} from "../MorphoChainlinkOracleV2.sol";
54
import {IERC4626} from "../libraries/VaultLib.sol";
65
import {AggregatorV3Interface} from "../libraries/ChainlinkDataFeedLib.sol";
76

@@ -52,5 +51,5 @@ interface IMorphoChainlinkOracleV2Factory {
5251
AggregatorV3Interface quoteFeed2,
5352
uint256 quoteTokenDecimals,
5453
bytes32 salt
55-
) external returns (MorphoChainlinkOracleV2 oracle);
54+
) external returns (address oracle);
5655
}

0 commit comments

Comments
 (0)