Skip to content

Commit 783fccc

Browse files
committed
fix solidity pragma
1 parent f1d643d commit 783fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/FarmingPool.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: MIT
22

3-
pragma solidity ^0.8.9;
3+
pragma solidity ^0.8.0;
44

55
import "@openzeppelin/contracts/access/Ownable.sol";
66
import "@openzeppelin/contracts/token/ERC20/ERC20.sol";

0 commit comments

Comments
 (0)