Skip to content

Commit

Permalink
Merge branch 'andrius/networks-voterselectionweight' into 'main'
Browse files Browse the repository at this point in the history
Increase finalizationVoterSelectionThresholdWeightBips for all networks to be...

See merge request flarenetwork/ftso-scaling!94
  • Loading branch information
adg-flare committed Apr 25, 2024
2 parents aa2b7d3 + b4a22c4 commit 5adca98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/ftso-core/src/configs/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@ const finalizationVoterSelectionThresholdWeightBips = () => {
case "from-env":
return extractIntegerNonNegativeValueFromEnv("FINALIZATION_VOTER_SELECTION_THRESHOLD_WEIGHT_BIPS");
case "coston":
return 100;
return 500;
case "songbird":
return 100;
return 500;
case "coston2":
case "local-test":
return 500;
Expand Down

0 comments on commit 5adca98

Please sign in to comment.