Skip to content

Commit

Permalink
test(ci): add variable to see if ci fails
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Sep 17, 2024
1 parent 15b08b5 commit d62ebe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/core/AVSDirectoryStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ abstract contract AVSDirectoryStorage is IAVSDirectory {
*/
bytes32 internal _DOMAIN_SEPARATOR;

uint256 public _TEST_CI;

Check warning

Code scanning / Slither

State variables that could be declared constant Warning

AVSDirectoryStorage._TEST_CI should be constant

/// @notice Mapping: AVS => operator => enum of operator status to the AVS
mapping(address => mapping(address => OperatorAVSRegistrationStatus)) public avsOperatorStatus;

Expand Down

0 comments on commit d62ebe1

Please sign in to comment.