-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
subgraph-tp/src/entities/Round.ts
Lines 35 to 38 in 3b45734
| const totalCost = new Array<BigInt>(rulingOptionsLength).fill(ZERO); | |
| totalCost[RulingOptions.Debunked] = basicCost.plus(basicCost.plus(WINNER_MULTIPLIER).div(MULTIPLIER_DENOMINATOR)); | |
| totalCost[RulingOptions.ChallengeFailed] = basicCost.plus(basicCost.plus(LOSER_MULTIPLIER).div(MULTIPLIER_DENOMINATOR)); | |
| roundEntity.totalToBeRaised = totalCost; |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working