Skip to content

Commit 32148de

Browse files
chore: update to latest core (#299)
* chore: update to latest eigenlayer-contracts feat/operator-set-release * chore: add method to mock
1 parent a92d51a commit 32148de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/mocks/RewardsCoordinatorMock.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ contract RewardsCoordinatorMock is IRewardsCoordinator {
6363

6464
function getDistributionRootAtIndex(uint256 index) external view returns (DistributionRoot memory) {}
6565

66+
function getCurrentClaimableDistributionRoot() external view returns (DistributionRoot memory) {}
67+
6668
function getCurrentDistributionRoot() external view returns (DistributionRoot memory) {}
6769

6870
function createAVSRewardsSubmission(RewardsSubmission[] calldata rewardsSubmissions) external {}

0 commit comments

Comments
 (0)