@gearbox-protocol/airdrop
v1.20.0
Published
Airdrop center for Gearbox protocol
Downloads
131
Keywords
Readme
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 [email protected]: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 oryarn update-goerli
for goerli - The script creates json file and csv with updated data in
merkle
folder - Push new files into repository
Important information for contributors
As a contributor to the Gearbox Protocol GitHub repository, your pull requests indicate acceptance of our Gearbox Contribution Agreement. This agreement outlines that you assign the Intellectual Property Rights of your contributions to the Gearbox Foundation. This helps safeguard the Gearbox protocol and ensure the accumulation of its intellectual property. Contributions become part of the repository and may be used for various purposes, including commercial. As recognition for your expertise and work, you receive the opportunity to participate in the protocol's development and the potential to see your work integrated within it. The full Gearbox Contribution Agreement is accessible within the repository for comprehensive understanding. [Let's innovate together!]