mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-24 13:30:03 +00:00
0b39274ed5
file Closes #192
24 lines
619 B
Plaintext
24 lines
619 B
Plaintext
{
|
|
"files": [
|
|
"certora/harness/MarketplaceHarness.sol",
|
|
"contracts/Marketplace.sol",
|
|
"contracts/Groth16Verifier.sol",
|
|
"certora/helpers/ERC20A.sol",
|
|
],
|
|
"parametric_contracts": ["MarketplaceHarness"],
|
|
"link" : [
|
|
"MarketplaceHarness:_token=ERC20A",
|
|
"MarketplaceHarness:_verifier=Groth16Verifier"
|
|
],
|
|
"msg": "Verifying StateChanges",
|
|
"rule_sanity": "basic",
|
|
"verify": "MarketplaceHarness:certora/specs/StateChanges.spec",
|
|
"optimistic_loop": true,
|
|
"loop_iter": "3",
|
|
"optimistic_hashing": true,
|
|
"hashing_length_bound": "512",
|
|
}
|
|
|
|
|
|
|