Skip to content

Commit 6a0b079

Browse files
committed
fix: use bit vector theory for checking summaries
1 parent a4503eb commit 6a0b079

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

certora/confs/LibSummary.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"solc": "solc-0.8.19",
66
"verify": "MorphoHarness:certora/specs/LibSummary.spec",
77
"rule_sanity": "basic",
8+
"prover_args": [
9+
"-useBitVectorTheory",
10+
],
811
"server": "production",
912
"msg": "Morpho Blue Lib Summary"
1013
}

0 commit comments

Comments
 (0)