Skip to content

Commit 39ec43b

Browse files
committed
feat: add recipient to ClaimedReward type
1 parent a4b2668 commit 39ec43b

File tree

3 files changed

+287
-275
lines changed

3 files changed

+287
-275
lines changed

gen/api-ts/eigenlayer/sidecar/v1/rewards/rewards.pb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ export type ClaimedReward = {
249249
amount?: string
250250
distributionRoot?: string
251251
blockNumber?: string
252+
recipient?: string
252253
}
253254

254255
export type GetClaimedRewardsByBlockRequest = {

0 commit comments

Comments
 (0)