You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint256public constant WINNER_STAKE_MULTIPLIER =10000; // Multiplier of the appeal cost that the winner has to pay as fee stake for a round in basis points. Default is 1x of appeal fee.
58
59
uint256public constant LOSER_STAKE_MULTIPLIER =20000; // Multiplier of the appeal cost that the loser has to pay as fee stake for a round in basis points. Default is 2x of appeal fee.
59
60
uint256public constant LOSER_APPEAL_PERIOD_MULTIPLIER =5000; // Multiplier of the appeal period for the choice that wasn't voted for in the previous round, in basis points. Default is 1/2 of original appeal period.
60
-
uint256public constant ONE_BASIS_POINT =10000; // One basis point, for scaling.
61
61
62
62
addresspublic governor; // The governor of the contract.
63
63
KlerosCore public core; // The Kleros Core arbitrator
0 commit comments