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
Copy file name to clipboardexpand all lines: contracts/src/libraries/Constants.sol
+3-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ uint96 constant FORKING_COURT = 0; // Index of the forking court.
9
9
uint96constant GENERAL_COURT =1; // Index of the default (general) court.
10
10
11
11
// Dispute Kits
12
-
uint256constant NULL_DISPUTE_KIT =0; // Null pattern to indicate a top-level DK which has no parent.
12
+
uint256constant NULL_DISPUTE_KIT =0; // Null pattern to indicate a top-level DK which has no parent. DEPRECATED, as its main purpose was to accommodate forest structure which is not used now.
13
13
uint256constant DISPUTE_KIT_CLASSIC =1; // Index of the default DK. 0 index is skipped.
0 commit comments