mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-17 09:46:30 +00:00
9 lines
160 B
Plaintext
9 lines
160 B
Plaintext
|
{
|
||
|
"files": ["src/Foo.sol"],
|
||
|
"msg": "Verifying Foo.sol",
|
||
|
"rule_sanity": "basic",
|
||
|
"verify": "Foo:certora/specs/Foo.spec",
|
||
|
"wait_for_results": "all",
|
||
|
}
|
||
|
|