rln-contract/certora/certora.conf

9 lines
160 B
Plaintext
Raw Permalink Normal View History

2023-12-04 15:14:24 +05:30
{
2023-12-05 14:37:05 +05:30
"files": ["src/Rln.sol"],
"msg": "Verifying Rln.sol",
2023-12-04 15:14:24 +05:30
"rule_sanity": "basic",
2023-12-05 14:37:05 +05:30
"verify": "Rln:certora/specs/Rln.spec",
2023-12-04 15:14:24 +05:30
"wait_for_results": "all",
}