File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity ^ 0.8 .0 ;
2
+ pragma solidity >= 0.5 .0 ;
3
3
4
4
/// @dev From
5
5
/// https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol.
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
- pragma solidity ^ 0.8 .0 ;
2
+ pragma solidity >= 0.5 .0 ;
3
3
4
4
import {IERC4626 } from "./IERC4626.sol " ;
5
5
import {AggregatorV3Interface} from "./AggregatorV3Interface.sol " ;
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
- pragma solidity ^ 0.8 .0 ;
2
+ pragma solidity >= 0.5 .0 ;
3
3
4
4
interface IERC4626 {
5
5
function convertToAssets (uint256 ) external view returns (uint256 );
You can’t perform that action at this time.
0 commit comments