mirror of https://github.com/logos-co/staking.git
23 lines
552 B
Plaintext
23 lines
552 B
Plaintext
{
|
|
"files": [
|
|
"contracts/StakeManager.sol",
|
|
"certora/harness/StakeManagerNew.sol",
|
|
"certora/helpers/ExpiredStakeStorageA.sol",
|
|
"certora/helpers/ERC20A.sol"
|
|
],
|
|
"link": [
|
|
"StakeManager:REWARD_TOKEN=ERC20A",
|
|
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA"
|
|
],
|
|
"msg": "Verifying StakeManager.sol",
|
|
"rule_sanity": "basic",
|
|
"verify": "StakeManager:certora/specs/StakeManagerStartMigration.spec",
|
|
"optimistic_loop": true,
|
|
"loop_iter": "3",
|
|
"packages": [
|
|
"@openzeppelin=lib/openzeppelin-contracts"
|
|
]
|
|
}
|
|
|
|
|