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 5050 with :
5151 sarif : slither.sarif
5252 slither-args : --filter-paths "lib/" --filter-paths "node_modules/"
53- solc-version : 0.8.24
53+ solc-version : 0.8.26
5454 fail-on : none
5555
5656 - name : Upload findings to GitHub Advanced Security Dashboard
Original file line number Diff line number Diff line change 2222 libs = [' node_modules' , ' lib' ]
2323 test = ' test'
2424 cache_path = ' cache_forge'
25- solc = " 0.8.24 "
25+ solc = " 0.8.26 "
2626 optimizer = true
2727 optimizer_runs = 10_000
2828 gas_reports = [" *" ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { HardhatUserConfig } from "hardhat/config";
55
66const config : HardhatUserConfig = {
77 solidity : {
8- version : "0.8.24 " ,
8+ version : "0.8.26 " ,
99 settings : {
1010 viaIR : true ,
1111 optimizer : {
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity ^ 0.8.24 ;
2+ pragma solidity ^ 0.8.26 ;
33
44import { Test, console } from "forge-std/Test.sol " ;
55import { EAS } from "../contracts/CustomEAS.sol " ;
You can’t perform that action at this time.
0 commit comments