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
eigenlayer rewards show - Show rewards for an address against the latest `active` `DistributionRoot` posted on-chain by the rewards updater.
124
+
eigenlayer rewards show - Show rewards for an address against the `DistributionRoot` posted on-chain by the rewards updater
125
125
126
126
USAGE:
127
127
show
@@ -130,10 +130,15 @@ DESCRIPTION:
130
130
131
131
Command to show rewards for earners
132
132
133
-
Currently supports past total rewards (claimed and unclaimed) and past unclaimed rewards
133
+
Helpful flags
134
+
- claim-type: Type of rewards to show. Can be 'all', 'claimed' or 'unclaimed'
135
+
- claim-timestamp: Timestamp of the claim distribution root to use. Can be 'latest' or 'latest_active'.
136
+
- 'latest' will show rewards for the latest root (can contain non-claimable rewards)
137
+
- 'latest_active' will show rewards for the latest active root (only claimable rewards)
134
138
135
139
136
140
OPTIONS:
141
+
--claim-timestamp value, -c value Specify the timestamp. Only 'latest' and 'latest_active' are supported. 'latest' can be a from an inactive root which you can't claim yet. (default: "latest_active") [$CLAIM_TIMESTAMP]
137
142
--claim-type value, --ct value Type of claim you want to see. Can be 'all', 'unclaimed', or 'claimed' (default: "all") [$REWARDS_CLAIM_TYPE]
138
143
--earner-address value, --ea value Address of the earner [$REWARDS_EARNER_ADDRESS]
139
144
--environment value, --env value Environment to use. Currently supports 'preprod' ,'testnet' and 'prod'. If not provided, it will be inferred based on network [$ENVIRONMENT]
0 commit comments