Skip to content

Commit

Permalink
update script documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Nov 22, 2024
1 parent e826973 commit df9d19f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/rewards_v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The purpose of this script is to generate proofs for Rewards V2. Detailed information about the Rewards V2 implementation can be found in the [RewardsV2.md](../../docs/RewardsV2.md).

## How to generate Merkle tree with proofs?

1. You can run the script locally by the command `yarn hardhat generateMerkleTree --network mainnet --deployment usdc --type start --blocknumber 21114579`
2. Run `create-rewards-v2-campaign` Github Workflow

## Script Workflow

1. User Collection. Retrieve all users that interacted with the Comet starting from the Comet creation block up to a specified block.
Expand Down

0 comments on commit df9d19f

Please sign in to comment.