mirror of
https://github.com/logos-co/staking.git
synced 2025-01-09 10:22:18 +00:00
20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
{
|
|
"files": [
|
|
"contracts/StakeManager.sol",
|
|
"certora/helpers/ExpiredStakeStorageA.sol",
|
|
"certora/helpers/ERC20A.sol"
|
|
],
|
|
"link": [
|
|
"StakeManager:REWARD_TOKEN=ERC20A",
|
|
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA"
|
|
],
|
|
"msg": "Verifying StakeManager.sol maxMP rule",
|
|
"rule_sanity": "basic",
|
|
"verify": "StakeManager:certora/specs/MaxMPRule.spec",
|
|
"optimistic_loop": true,
|
|
"loop_iter": "3",
|
|
"packages": [
|
|
"forge-std=lib/forge-std/src",
|
|
"@openzeppelin=lib/openzeppelin-contracts"
|
|
]
|
|
} |