Skip to content

Commit

Permalink
fix: factory interface solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Jan 10, 2025
1 parent a25b4ad commit f93f316
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity >=0.5.0;

import {MorphoChainlinkOracleV2} from "../MorphoChainlinkOracleV2.sol";
import {IERC4626} from "../libraries/VaultLib.sol";
import {AggregatorV3Interface} from "../libraries/ChainlinkDataFeedLib.sol";

Expand Down Expand Up @@ -52,5 +51,5 @@ interface IMorphoChainlinkOracleV2Factory {
AggregatorV3Interface quoteFeed2,
uint256 quoteTokenDecimals,
bytes32 salt
) external returns (MorphoChainlinkOracleV2 oracle);
) external returns (address oracle);
}

0 comments on commit f93f316

Please sign in to comment.