-
Notifications
You must be signed in to change notification settings - Fork 4
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
Generating merkle proofs as the rewards claimer #47
Comments
@sourdzl you're in the right place. This particular repo is a CLI tool for not only generating the root that we post that you'll claim against, but it also has a CLI command for claiming (though it's a bit limited in signing functionality right now...). Here's an example of the input/output for testnet:
Output
The CLI does have the ability to create and submit the claim transaction, however it only works by providing a private key to the CLI directly. To do that, you'd add the flags:
|
thank you for the quick response! Is there permissioning around the data? I'm getting the following output
|
Hi,
I am trying to test rewards claiming on Holesky with a smart contract that has been set as the claimer/recipient for an LRT.
Am I correct that this repository is targeting the distributor of rewards, and not claimers? It appears that we need to have a file containing the entire rewards distribution in order to use this, please correct me if I'm wrong - I didn't see a fully specified example command to run, and stopped trying after I got
The text was updated successfully, but these errors were encountered: