Skip to content

Commit

Permalink
split certora depth
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Aug 24, 2023
1 parent 4c1629b commit f7e49f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certora/scripts/verifyModules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certoraRun certora/harnesses/SafeHarness.sol \
--verify SafeHarness:certora/specs/ModuleReach.spec \
--solc solc7.6 \
--optimistic_loop \
--prover_args '-smt_groundQuantifiers false' \
--prover_args '-smt_groundQuantifiers false -depth 20' \
--loop_iter 3 \
--optimistic_hashing \
--hashing_length_bound 352 \
Expand Down
2 changes: 1 addition & 1 deletion certora/scripts/verifyOwners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certoraRun certora/harnesses/SafeHarness.sol \
--verify SafeHarness:certora/specs/OwnerReach.spec \
--solc solc7.6 \
--optimistic_loop \
--prover_args '-smt_groundQuantifiers false' \
--prover_args '-smt_groundQuantifiers false -depth 20' \
--loop_iter 3 \
--optimistic_hashing \
--hashing_length_bound 352 \
Expand Down

0 comments on commit f7e49f2

Please sign in to comment.