mirror of
https://github.com/codex-storage/codex-contracts-eth.git
synced 2025-02-02 22:53:31 +00:00
688a8ed929
Co-authored-by: 0xb337r007 <0xe4e5@proton.me> Co-authored-by: Adam Uhlíř <adam@uhlir.dev>
22 lines
538 B
Plaintext
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",
|
|
}
|
|
|
|
|