File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ btp = "${BTP_RPC_URL}"
2121 test = " test"
2222 out = " out"
2323 libs = [" lib" ]
24- solc = " 0.8.19 "
24+ solc = " 0.8.24 "
2525 optimizer = true
2626 optimizer_runs = 10_000
2727 gas_reports = [" *" ]
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity 0.8.19 ;
2+ pragma solidity 0.8.24 ;
33
44import {Script, console} from "forge-std/Script.sol " ;
55import "../src/Counter.sol " ;
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity 0.8.19 ;
2+ pragma solidity 0.8.24 ;
33
44contract Counter {
55 uint256 public number;
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity 0.8.19 ;
2+ pragma solidity 0.8.24 ;
33
44import {Test, console} from "forge-std/Test.sol " ;
55import {Counter} from "../src/Counter.sol " ;
You can’t perform that action at this time.
0 commit comments