Skip to content

Commit

Permalink
feat: ssv weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Oct 3, 2024
1 parent 79d02d2 commit cab8b7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.tabSize": 2,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}

18 changes: 9 additions & 9 deletions src/util/weights/ssvnetwork.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"score": {
"lifetime": {
"forumActivityScore": 1,
"offChainVotesPct": 3,
"discordMessagePercentile": 0.01
"forumActivityScore": 3,
"offChainVotesPct": 10,
"discordMessagePercentile": 0.33
},
"7d": {},
"30d": {
"forumActivityScore": 1,
"offChainVotesPct": 3,
"discordMessagePercentile": 0.01
"forumActivityScore": 3,
"offChainVotesPct": 10,
"discordMessagePercentile": 0.33
},
"180d": {
"forumActivityScore": 1,
"offChainVotesPct": 3,
"discordMessagePercentile": 0.01
"forumActivityScore": 3,
"offChainVotesPct": 10,
"discordMessagePercentile": 0.33
},
"90d": {}
},
Expand Down

0 comments on commit cab8b7b

Please sign in to comment.