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
uint256 jurorsForCourtJump; // The appeal after the one that reaches this number of jurors will go to the parent court if any.
44
44
uint256[4] timesPerPeriod; // The time allotted to each dispute period in the form `timesPerPeriod[period]`.
45
45
mapping(uint256 disputeKitId =>bool) supportedDisputeKits; // True if DK with this ID is supported by the court. Note that each court must support classic dispute kit.
46
-
bool disabled; // True if the court is disabled. Unused for now, will be implemented later.
46
+
uint256[10] __gap; // Reserved slots for future upgrades.
uint256 jurorsForCourtJump; // The appeal after the one that reaches this number of jurors will go to the parent court if any.
40
40
uint256[4] timesPerPeriod; // The time allotted to each dispute period in the form `timesPerPeriod[period]`.
41
41
mapping(uint256 disputeKitId =>bool) supportedDisputeKits; // True if DK with this ID is supported by the court. Note that each court must support classic dispute kit.
42
-
bool disabled; // True if the court is disabled. Unused for now, will be implemented later.
42
+
uint256[10] __gap; // Reserved slots for future upgrades.
0 commit comments