Skip to content

Commit

Permalink
Loosen Solidity version for easy Remix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed Nov 6, 2024
1 parent 6da2e9d commit 9b0b7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DataFeedReaderExample.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
pragma solidity ^0.8.0;

import "@openzeppelin/contracts/access/Ownable.sol";
import "@api3/contracts/interfaces/IApi3ReaderProxy.sol";
Expand Down

0 comments on commit 9b0b7a3

Please sign in to comment.