Skip to content

Commit

Permalink
feat: arbitrum percentile
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthh committed Jul 1, 2024
1 parent 6524e87 commit c30dd79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/score/default-with-dework-dao-score.provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class DefaultWithDeworkDaoScoreProvider extends interfaces_1.BaseProvider {
const resource = await (0, get_weights_1.getWeights)(resourceName || "default-with-dework");
this.weights = resource;
}
// Used for score breakdown display
getScoreBreakdownCalc(stat, period, type = "score") {
const { score: { lifetime: karma }, forumScore: { lifetime: forum }, } = this.weights;
switch (type) {
Expand Down

0 comments on commit c30dd79

Please sign in to comment.