Skip to content

Commit

Permalink
fix solidity version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpylypchuk committed Feb 19, 2024
1 parent 56e2100 commit 62b9b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script/Deploy001_NftReward.s.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity ^0.8.18;

import {Script} from "forge-std/Script.sol";
import {NftReward} from "../src/NftReward.sol";
Expand Down
2 changes: 1 addition & 1 deletion test/NftReward.t.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
pragma solidity ^0.8.18;

import {Test, console} from "forge-std/Test.sol";
import {NftReward} from "../src/NftReward.sol";
Expand Down

0 comments on commit 62b9b4b

Please sign in to comment.