-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: set and get operator split command #247
base: rewards-v2
Are you sure you want to change the base?
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
|
||
func getOperatorSplitFlags() []cli.Flag { | ||
baseFlags := []cli.Flag{ | ||
&flags.NetworkFlag, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs a --broadcast
, output type and output file flag. check rewards claim command.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how would that be useful for something simple like setting split? Is it to check what would be executed?
Adds operator split command for rewards v2:
./eigenlayer operator set-rewards-split --operator-address 0x025246421e7247a729bbcff652c5cc1815ac6373 --avs-address 0xfF95c28C1c38bbb26EC7Ad0BAf7b17375Ff6315C --eth-rpc-url http://rpc-url --network holesky --split 1000
Eigensdk has been updated to include getting / setting methods in Layr-Labs/eigensdk-go#401
Examples: