Skip to content

Commit

Permalink
fix: certora cache instead of ATP cache
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Jan 29, 2025
1 parent 5a71e10 commit 4e67d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/confs/StayHealthy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"solc": "solc-0.8.19",
"verify": "MorphoHarness:certora/specs/StayHealthy.spec",
"prover_args": [
"-cache none",
"-solvers [z3:def{randomSeed=1},z3:def{randomSeed=2},z3:def{randomSeed=3},z3:def{randomSeed=4},z3:def{randomSeed=5},z3:def{randomSeed=6},z3:def{randomSeed=7},z3:def{randomSeed=8},z3:def{randomSeed=9},z3:def{randomSeed=10}]"
],
"cache": "none",
"rule_sanity": "basic",
"server": "production",
"msg": "Morpho Blue Stay Healthy"
Expand Down

0 comments on commit 4e67d2f

Please sign in to comment.