Skip to content

Commit

Permalink
chore(certora/confs): lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
3esmit committed Nov 13, 2024
1 parent ca5d9eb commit d0374a5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions certora/confs/StakeManager.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files":
["contracts/StakeManager.sol",
"files": [
"contracts/StakeManager.sol",
"certora/helpers/ExpiredStakeStorageA.sol",
"certora/helpers/ERC20A.sol"
],
"link" : [
"certora/helpers/ERC20A.sol"
],
"link": [
"StakeManager:REWARD_TOKEN=ERC20A",
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA"
],
Expand Down
12 changes: 6 additions & 6 deletions certora/confs/StakeManagerProcess.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"files":
["contracts/StakeManager.sol",
"certora/helpers/ERC20A.sol",
"certora/helpers/ExpiredStakeStorageA.sol"
],
"link" : [
"files": [
"contracts/StakeManager.sol",
"certora/helpers/ExpiredStakeStorageA.sol",
"certora/helpers/ERC20A.sol"
],
"link": [
"StakeManager:REWARD_TOKEN=ERC20A",
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA"
],
Expand Down
16 changes: 8 additions & 8 deletions certora/confs/StakeManagerStartMigration.conf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files":
[ "contracts/StakeManager.sol",
"certora/harness/StakeManagerNew.sol",
"certora/helpers/ExpiredStakeStorageA.sol",
"certora/helpers/ERC20A.sol"
],
"link" : [
"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",
Expand Down
2 changes: 1 addition & 1 deletion certora/confs/StakeVault.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"certora/helpers/ExpiredStakeStorageA.sol",
"certora/helpers/ERC20A.sol"
],
"link" : [
"link": [
"StakeVault:STAKING_TOKEN=ERC20A",
"StakeManager:REWARD_TOKEN=ERC20A",
"StakeManager:expiredStakeStorage=ExpiredStakeStorageA",
Expand Down

0 comments on commit d0374a5

Please sign in to comment.