mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-08 23:08:19 -05:00
15 lines
365 B
Plaintext
15 lines
365 B
Plaintext
{
|
|
"files": ["src/RewardsStreamerMP.sol"],
|
|
"msg": "Verifying RewardsStreamerMP.sol",
|
|
"rule_sanity": "basic",
|
|
"verify": "RewardsStreamerMP:certora/specs/RewardsStreamerMP.spec",
|
|
"wait_for_results": "all",
|
|
"optimistic_loop": true,
|
|
"loop_iter": "3",
|
|
"packages": [
|
|
"forge-std=lib/forge-std/src",
|
|
"@openzeppelin=lib/openzeppelin-contracts"
|
|
]
|
|
}
|
|
|