Skip to content

Commit

Permalink
Merge pull request #279 from OriginTrail/improvement/parameters-update
Browse files Browse the repository at this point in the history
Updated w2 to be 10
  • Loading branch information
0xbraindevd authored Jun 21, 2024
2 parents 63214f8 + b77ce2b commit 2efb836
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions deployments/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"LinearSum": {
"w1": "1",
"w2": "100",
"w2": "10",
"distanceScaleFactor": "1000000000000000000",
"stakeScaleFactor": "1000000000000000000"
},
Expand Down Expand Up @@ -307,7 +307,7 @@
},
"LinearSum": {
"w1": "1",
"w2": "100",
"w2": "10",
"distanceScaleFactor": "1000000000000000000",
"stakeScaleFactor": "1000000000000000000"
},
Expand Down Expand Up @@ -471,9 +471,6 @@
"setterArgs": [5, false]
}
]
},
"LinearSum": {
"w2": "50"
}
}
},
Expand Down Expand Up @@ -547,7 +544,7 @@
},
"LinearSum": {
"w1": "1",
"w2": "100",
"w2": "10",
"distanceScaleFactor": "1000000000000000000",
"stakeScaleFactor": "1000000000000000000"
},
Expand Down Expand Up @@ -790,7 +787,7 @@
},
"LinearSum": {
"w1": "1",
"w2": "100",
"w2": "10",
"distanceScaleFactor": "1000000000000000000",
"stakeScaleFactor": "1000000000000000000"
},
Expand Down

0 comments on commit 2efb836

Please sign in to comment.