Skip to content

Commit

Permalink
remove settings that are unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
teryanarmen committed Aug 23, 2023
1 parent 949a09b commit 0ddb77c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions certora/scripts/verifySafe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ certoraRun certora/harnesses/SafeHarness.sol \
--verify SafeHarness:certora/specs/Safe.spec \
--solc solc7.6 \
--optimistic_loop \
--prover_args '-optimisticFallback true -s z3 -copyLoopUnroll 5 -mediumTimeout 3 -depth 20' \
--smt_timeout 500 \
--prover_args '-optimisticFallback true -s z3 -copyLoopUnroll 5 -mediumTimeout 5 -depth 30' \
--loop_iter 2 \
--rule checkSignatures \
--optimistic_hashing \
Expand Down

0 comments on commit 0ddb77c

Please sign in to comment.