Gearbox Rewards
GEAR tokens were awarded over multiple community distribution stages, each with their own rules and amounts. The early stages of testers and Discord participants can be found in the general docs. Other stages and GEAR distirbution have been attributed to retroactive and ongoing Liquidity Mining, those details can be seen here. GEAR information is also accessible in docs.
How to install
- Clone the repository:
git clone git@github.com:Gearbox-protocol/rewards.git
cd rewards
- Build:
yarn && yarn build-contract
- Rename
.env.example
and fill all settings:
Setting | Value |
---|
ETH_MAINNET_PROVIDER | RPC for mainnet calls |
ETH_GOERLI_PROVIDER | RPC for goerli calls |
How to update merkle tree
- Run
yarn update
for mainnet or yarn update-goerli
for goerli - The script creates json file and csv with updated data in
merkle
folder - Push new files into repository