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.
1 parent a25b4ad commit f93f316Copy full SHA for f93f316
src/morpho-chainlink/interfaces/IMorphoChainlinkOracleV2Factory.sol
@@ -1,7 +1,6 @@
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
pragma solidity >=0.5.0;
3
4
-import {MorphoChainlinkOracleV2} from "../MorphoChainlinkOracleV2.sol";
5
import {IERC4626} from "../libraries/VaultLib.sol";
6
import {AggregatorV3Interface} from "../libraries/ChainlinkDataFeedLib.sol";
7
@@ -52,5 +51,5 @@ interface IMorphoChainlinkOracleV2Factory {
52
51
AggregatorV3Interface quoteFeed2,
53
uint256 quoteTokenDecimals,
54
bytes32 salt
55
- ) external returns (MorphoChainlinkOracleV2 oracle);
+ ) external returns (address oracle);
56
}
0 commit comments