Skip to content

Commit

Permalink
feat: support chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu committed Apr 2, 2024
1 parent cce652b commit e006004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/src/core/MachServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ abstract contract MachServiceManagerStorage {
/// @notice Minimul quorum threshold percentage
uint8 public quorumThresholdPercentage;

/// @notice Chain id
uint256 public immutable chainId;

// storage gap for upgradeability
// slither-disable-next-line shadowing-state
uint256[46] private __GAP;
uint256[45] private __GAP;
}

0 comments on commit e006004

Please sign in to comment.