Skip to content

Commit

Permalink
Adapt FaultDisputeN_1v1_Actors_Test for nary=2
Browse files Browse the repository at this point in the history
  • Loading branch information
dajuguan committed Aug 4, 2024
1 parent f1c8ca8 commit 8b173d2
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 214 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/src/dispute/FaultDisputeGameN.sol
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ contract FaultDisputeGame is IFaultDisputeGame, Clone, ISemver {
bool internal initialized;

/// @notice Bits of N-ary search
uint256 internal immutable N_BITS;
uint256 public immutable N_BITS;

/// @notice Bits of N-ary search
uint256 internal immutable MAX_ATTACK_BRANCH;
uint256 public immutable MAX_ATTACK_BRANCH;

/// @notice Flag for whether or not the L2 block number claim has been invalidated via `challengeRootL2Block`.
bool public l2BlockNumberChallenged;
Expand Down
Loading

0 comments on commit 8b173d2

Please sign in to comment.