certora: remove configuration that fixes solidity to solc8.28

Reason: makes certoraRun in the CI fail
This commit is contained in:
Mark Spanbroek 2025-06-12 16:55:16 +02:00
parent 26e8fce9bb
commit cbe52b4934
2 changed files with 0 additions and 2 deletions

View File

@ -19,5 +19,4 @@
"loop_iter": "3", "loop_iter": "3",
"optimistic_hashing": true, "optimistic_hashing": true,
"hashing_length_bound": "512", "hashing_length_bound": "512",
"solc": "solc8.28",
} }

View File

@ -25,5 +25,4 @@
// "optimistic_hashing": true, // "optimistic_hashing": true,
// "hashing_length_bound": "512", // "hashing_length_bound": "512",
"build_cache": true, "build_cache": true,
"solc": "solc8.28",
} }