Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Nov 16, 2024
2 parents fd7c9c7 + c3f796f commit a954329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimiq-validators-score/src/score.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function getReliability({ inherentsPerEpoch, weightFactor, curveCenter }:
// The default values for the computeScore function
// Negative values and empty arrays are used to indicate that the user must provide the values or an error will be thrown
const defaultScoreParams: ScoreParams = {
size: { threshold: 0.1, steepness: 7.5, sizeRatio: -1 },
size: { threshold: 0.25, steepness: 4, sizeRatio: -1 },
liveness: { weightFactor: 0.5, activeEpochStates: [] },
reliability: { weightFactor: 0.5, curveCenter: -0.16, inherentsPerEpoch: new Map() },
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"description": "Community driven staking pool FROM the people FOR the people!",
"website": "https://snimpool.com/",
"address": "NQ29 FBVT B4GM S27H UBP4 1MTC GNKQ VPBT 099M",
"icon": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OTkiIGhlaWdodD0iNDQwIj48cGF0aCBmaWxsPSIjRkZDMTA3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zODkgMjFjLTYtMTItMjMtMjEtMzYtMjFIMTQ1Yy0xMyAwLTI5IDktMzYgMjFMNSAxOTljLTYgMTEtNiAzMCAwIDQxbDEwNCAxNzhjNyAxMiAyMyAyMSAzNiAyMWgyMDhjMTQgMCAzMC05IDM2LTIxbDEwNC0xNzhjNy0xMSA3LTMwIDAtNDFMMzg5IDIxek0yNzMgMzQ3djQyaC0zOXYtNDBjLTI0LTMtNTItMTMtNzAtMzBsMjUtMzljMjEgMTUgMzggMjMgNTcgMjMgMjMgMCAzMy05IDMzLTI4IDAtNDAtMTA2LTM5LTEwNi0xMTEgMC0zOCAyMy02NSA2MS03M1Y1MWgzOXY0MGMyNSAzIDQ0IDE2IDU5IDMybC0yOSAzM2MtMTUtMTMtMjctMjAtNDQtMjAtMTkgMC0yOSA4LTI5IDI2IDAgMzcgMTA1IDM0IDEwNSAxMTAgMCAzNy0yMSA2Ny02MiA3NXoiLz48L3N2Zz4=",
"accentColor": "#FFC107",
"fee": 0.05,
"payoutType": "direct",
"payoutSchedule": "every 8 hour",
Expand Down

0 comments on commit a954329

Please sign in to comment.