We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcdc13 commit bf90f45Copy full SHA for bf90f45
src/contracts/core/storage/RewardsCoordinatorStorage.sol
@@ -10,7 +10,7 @@ import "../../interfaces/IRewardsCoordinator.sol";
10
abstract contract RewardsCoordinatorStorage is IRewardsCoordinator {
11
// Constants
12
13
- /// @dev Index for flag that pauses calling createAVSRewardsSubmission
+ /// @dev Index for flag that pauses calling createAVSRewardsSubmission and createEigenDARewardsSubmission
14
uint8 internal constant PAUSED_AVS_REWARDS_SUBMISSION = 0;
15
/// @dev Index for flag that pauses calling createRewardsForAllSubmission
16
uint8 internal constant PAUSED_REWARDS_FOR_ALL_SUBMISSION = 1;
0 commit comments