Skip to content

Commit

Permalink
Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
H00N24 committed Dec 18, 2024
1 parent 9934448 commit f3eeb5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions certora/conf/community.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"packages": [
"openzeppelin-contracts=lib/openzeppelin-contracts"
],
"cloud": "",
"process": "emv",
"solc": "solc8.13",
"verify": "AaveTokenV3Harness:certora/specs/community.spec",
"msg": "AaveTokenV3HarnessCommunity:community.spec "
}
}
3 changes: 1 addition & 2 deletions certora/conf/delegate.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"files": [
"certora/harness/AaveTokenV3Harness.sol"
],
"cloud": "",
"optimistic_loop": true,
"packages": [
"openzeppelin-contracts=certora/munged/lib/openzeppelin-contracts"
Expand All @@ -14,4 +13,4 @@
"rule_sanity": "basic", // rule_sanity accepts: none, basic, advance
"verify": "AaveTokenV3Harness:certora/specs/delegate.spec",
"msg": "AaveTokenV3Harness:delegate.spec "
}
}
3 changes: 1 addition & 2 deletions certora/conf/erc20.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"packages": [
"openzeppelin-contracts=lib/openzeppelin-contracts"
],
"cloud": "",
"optimistic_loop": true,
"process": "emv",
"solc": "solc8.13",
"verify": "AaveTokenV3Harness:certora/specs/erc20.spec",
"msg": "AaveTokenV3:erc20.spec "
}
}
3 changes: 1 addition & 2 deletions certora/conf/general.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
"packages": [
"openzeppelin-contracts=lib/openzeppelin-contracts"
],
"cloud": "",
"optimistic_loop": true,
"process": "emv",
"prover_args": [" -smt_bitVectorTheory true"],
"solc": "solc8.13",
"verify": "AaveTokenV3Harness:certora/specs/general.spec",
"msg": "AaveTokenV3:general.spec "
}
}

0 comments on commit f3eeb5f

Please sign in to comment.