Skip to content

Commit

Permalink
Read Rewards Info
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Dec 16, 2024
1 parent 56b0783 commit 3dfff0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kalypso-cli/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
]
},
{
"name": "Reward Rewards",
"name": "Read Rewards Info",
"description": "Read accumulated rewards",
"required_prompts": [
"operator_address",
Expand Down
1 change: 1 addition & 0 deletions kalypso-cli/src/operations/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub fn get_operation(name: &str) -> Option<Box<dyn Operation>> {
"Set Operator Reward Commission" => {
Some(Box::new(set_operator_commision::SetOperatorCommision))
}
"Read Rewards Info" => Some(Box::new(claim_rewards::ReadRewardsInfo)),
_ => unimplemented!(),
}
}

0 comments on commit 3dfff0b

Please sign in to comment.