codex-contracts-eth/certora/confs/Marketplace.conf
r4bbit 688a8ed929
Set up certora and implement first rules (#122)
Co-authored-by: 0xb337r007 <0xe4e5@proton.me>
Co-authored-by: Adam Uhlíř <adam@uhlir.dev>
2024-07-24 18:50:18 +02:00

22 lines
538 B
Plaintext

{
"files": [
"contracts/Marketplace.sol",
"contracts/Groth16Verifier.sol",
"certora/helpers/ERC20A.sol",
],
"parametric_contracts": ["Marketplace"],
"link" : [
"Marketplace:_token=ERC20A",
"Marketplace:_verifier=Groth16Verifier"
],
"msg": "Verifying Marketplace",
"rule_sanity": "basic",
"verify": "Marketplace:certora/specs/Marketplace.spec",
"optimistic_loop": true,
"loop_iter": "3",
"optimistic_hashing": true,
"hashing_length_bound": "512",
}