Skip to content

Commit

Permalink
fix: use solc path directly
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Feb 2, 2024
1 parent 320af1d commit 46abbb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions certora/confs/MerkleTrees.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"files": [
"certora/helpers/MerkleTrees.sol"
],
"solc": "solc8.19",
"verify": "MerkleTrees:certora/specs/MerkleTrees.spec",
"loop_iter": "2",
"optimistic_loop": true,
"loop_iter": "2",
"rule_sanity": "basic",
"server": "production",
"msg": "Merkle Trees",
Expand Down

0 comments on commit 46abbb2

Please sign in to comment.