diff --git a/scripts/rewards_v2/README.md b/scripts/rewards_v2/README.md index 42a7c424c..3ea985f17 100644 --- a/scripts/rewards_v2/README.md +++ b/scripts/rewards_v2/README.md @@ -5,13 +5,10 @@ The purpose of this script is to generate proofs for Rewards V2. Detailed inform ## Script Workflow 1. User Collection. Retrieve all users that interacted with the Comet starting from the Comet creation block up to a specified block. - 2. Accrued Value Calculation. Simulate the accrue calls for all users using multicall to calculate accrued values as of the specified block. - 3. Input Data Preparation. Prepare input data in the required format for constructing a sorted Merkle tree. - 4. Merkle Tree Generation. Construct a sorted Merkle tree using the prepared input data. - 5. File Generation and Storage. Generate the proof file and save it for later use in the [/campaigns](../../campaigns/) directory. +## To validate the list of interacted addresses with Comet please use [Dune Query](https://dune.com/queries/4320237) \ No newline at end of file