Skip to content

Commit

Permalink
chore:remove pre-liquidation harness
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-morpho committed Sep 30, 2024
1 parent d88bf7e commit 7463846
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
6 changes: 3 additions & 3 deletions certora/confs/Immutability.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": [
"certora/helpers/PreLiquidationHarness.sol",
"src/PreLiquidation.sol",
],
"solc": "solc-0.8.27",
"solc_via_ir" : true,
"verify": "PreLiquidationHarness:certora/specs/Immutability.spec",
"solc_via_ir" : true,
"verify": "PreLiquidation:certora/specs/Immutability.spec",
"prover_args": [
"-depth 3",
"-mediumTimeout 20",
Expand Down
4 changes: 2 additions & 2 deletions certora/confs/Reentrancy.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files": [
"certora/helpers/PreLiquidationHarness.sol",
"src/PreLiquidation.sol",
],
"solc": "solc-0.8.27",
"solc_via_ir" : true,
"verify": "PreLiquidationHarness:certora/specs/Reentrancy.spec",
"verify": "PreLiquidation:certora/specs/Reentrancy.spec",
"prover_args": [
"-enableStorageSplitting false",
"-depth 3",
Expand Down
18 changes: 0 additions & 18 deletions certora/helpers/PreLiquidationHarness.sol

This file was deleted.

0 comments on commit 7463846

Please sign in to comment.