Skip to content

Commit

Permalink
ignore solidity warnings rollover manager
Browse files Browse the repository at this point in the history
  • Loading branch information
aazhou1 committed Jun 20, 2024
1 parent 8acea29 commit 23c8fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/confs/termRepoRolloverManager.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"solc_optimize": "50",
"loop_iter": "3",
"optimistic_loop": true,
"contract_compiler_skip_severe_warning_as_error": true,
"ignore_solidity_warnings": true,
"parametric_contracts": [
"TermRepoRolloverManagerHarness"
],
Expand Down

0 comments on commit 23c8fea

Please sign in to comment.