mirror of
https://github.com/vacp2p/staking-reward-streamer.git
synced 2026-01-13 15:08:03 -05:00
22 lines
578 B
Plaintext
22 lines
578 B
Plaintext
{
|
|
"files": [
|
|
"src/RewardsStreamerMP.sol",
|
|
"certora/helpers/ERC20A.sol"
|
|
],
|
|
"link" : [
|
|
"RewardsStreamerMP:STAKING_TOKEN=ERC20A"
|
|
],
|
|
"msg": "Verifying RewardsStreamerMP.sol",
|
|
"rule_sanity": "basic",
|
|
"verify": "RewardsStreamerMP:certora/specs/EmergencyMode.spec",
|
|
"parametric_contracts": ["RewardsStreamerMP"],
|
|
"optimistic_loop": true,
|
|
"loop_iter": "3",
|
|
"packages": [
|
|
"forge-std=lib/forge-std/src",
|
|
"@openzeppelin=lib/openzeppelin-contracts",
|
|
"@openzeppelin/contracts-upgradeable=lib/openzeppelin-contracts-upgradeable/contracts"
|
|
]
|
|
}
|
|
|