mirror of https://github.com/logos-co/staking.git
chore(certora/confs): lint files
This commit is contained in:
parent
5bc7b564e8
commit
520e4f8aec
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"files":
|
||||
["contracts/StakeManager.sol",
|
||||
"files": [
|
||||
"contracts/StakeManager.sol",
|
||||
"certora/helpers/ExpiredStakeStorageA.sol",
|
||||
"certora/helpers/ERC20A.sol"
|
||||
],
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"files":
|
||||
["contracts/StakeManager.sol",
|
||||
"certora/helpers/ERC20A.sol",
|
||||
"certora/helpers/ExpiredStakeStorageA.sol"
|
||||
"files": [
|
||||
"contracts/StakeManager.sol",
|
||||
"certora/helpers/ExpiredStakeStorageA.sol",
|
||||
"certora/helpers/ERC20A.sol"
|
||||
],
|
||||
"link": [
|
||||
"StakeManager:REWARD_TOKEN=ERC20A",
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"files":
|
||||
[ "contracts/StakeManager.sol",
|
||||
"files": [
|
||||
"contracts/StakeManager.sol",
|
||||
"certora/harness/StakeManagerNew.sol",
|
||||
"certora/helpers/ExpiredStakeStorageA.sol",
|
||||
"certora/helpers/ERC20A.sol"
|
||||
],
|
||||
"link": [
|
||||
"StakeManager:REWARD_TOKEN=ERC20A",
|
||||
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA",
|
||||
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA"
|
||||
],
|
||||
"msg": "Verifying StakeManager.sol",
|
||||
"rule_sanity": "basic",
|
||||
|
|
Loading…
Reference in New Issue