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}"
21
21
test = " test"
22
22
out = " out"
23
23
libs = [" lib" ]
24
- solc = " 0.8.19 "
24
+ solc = " 0.8.24 "
25
25
optimizer = true
26
26
optimizer_runs = 10_000
27
27
gas_reports = [" *" ]
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity 0.8.19 ;
2
+ pragma solidity 0.8.24 ;
3
3
4
4
import {Script, console} from "forge-std/Script.sol " ;
5
5
import "../src/Counter.sol " ;
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity 0.8.19 ;
2
+ pragma solidity 0.8.24 ;
3
3
4
4
contract Counter {
5
5
uint256 public number;
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- pragma solidity 0.8.19 ;
2
+ pragma solidity 0.8.24 ;
3
3
4
4
import {Test, console} from "forge-std/Test.sol " ;
5
5
import {Counter} from "../src/Counter.sol " ;
You can’t perform that action at this time.
0 commit comments