Skip to content

Commit

Permalink
chore: format .conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Dec 5, 2024
1 parent ac6cfd2 commit 47d1744
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions certora/confs/DllFifo.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"files": [
"certora/helpers/MockDllFifo.sol",
],
"solc": "solc-0.8.17",
"verify": "MockDllFifo:certora/specs/DllFifo.spec",
"loop_iter": "4",
"optimistic_loop": true,
"rule_sanity": "basic",
"server": "production",
"msg": "FIFO DLL",
"files": [
"certora/helpers/MockDllFifo.sol"
],
"solc": "solc-0.8.17",
"verify": "MockDllFifo:certora/specs/DllFifo.spec",
"loop_iter": "4",
"optimistic_loop": true,
"rule_sanity": "basic",
"server": "production",
"msg": "FIFO DLL"
}
20 changes: 10 additions & 10 deletions certora/confs/DllSimple.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"files": [
"certora/helpers/MockDllSimple.sol",
],
"solc": "solc-0.8.17",
"verify": "MockDllSimple:certora/specs/DllSimple.spec",
"loop_iter": "7",
"optimistic_loop": true,
"rule_sanity": "basic",
"server": "production",
"msg": "Simple DLL",
"files": [
"certora/helpers/MockDllSimple.sol"
],
"solc": "solc-0.8.17",
"verify": "MockDllSimple:certora/specs/DllSimple.spec",
"loop_iter": "7",
"optimistic_loop": true,
"rule_sanity": "basic",
"server": "production",
"msg": "Simple DLL"
}

0 comments on commit 47d1744

Please sign in to comment.