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: src/ServiceManagerBase.sol
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,8 @@ abstract contract ServiceManagerBase is ServiceManagerBaseStorage {
114
114
}
115
115
116
116
/**
117
-
* @notice Creates a new performance-based rewards submission, to be split amongst the operators and set of stakers delegated to operators who are registered to this `avs`.
117
+
* @notice Creates a new performance-based rewards submission, to be split amongst the operators and
118
+
* set of stakers delegated to operators who are registered to this `avs`.
118
119
* @param performanceRewardsSubmissions The performance rewards submissions being created.
119
120
* @dev Only callabe by the permissioned rewardsInitiator address
120
121
* @dev The duration of the `rewardsSubmission` cannot exceed `MAX_REWARDS_DURATION`
* @notice Forwards a call to Eigenlayer's RewardsCoordinator contract to set the address of the entity that can call `processClaim` on behalf of this contract.
46
+
* @param claimer The address of the entity that can call `processClaim` on behalf of the earner
47
+
* @dev Only callabe by the permissioned rewardsInitiator address
0 commit comments