@gearbox-protocol/airdrop
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@gearbox-protocol/airdrop", | ||
"description": "Airdrop center for Gearbox protocol", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://gearbox.fi", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1,3 +0,21 @@ | ||
# rewards [airdrop] | ||
# 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](https://docs.gearbox.finance/overview/launch-phases). Other stages and GEAR distirbution have been attributed to retroactive and ongoing [Liquidity Mining](https://gov.gearbox.fi/t/gip-22-gearbox-v2-liquidity-mining-programs/1550), those details can be seen here. [GEAR](https://docs.gearbox.finance/gear-token/gear-overview) information is also accessible in docs. | ||
## How to install | ||
1. Clone the repository: `git clone git@github.com:Gearbox-protocol/rewards.git` | ||
2. `cd rewards` | ||
3. Build: `yarn && yarn build-contract` | ||
4. 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 | ||
1. Run `yarn update` for mainnet or `yarn update-goerli` for goerli | ||
2. The script creates json file and csv with updated data in `merkle` folder | ||
3. Push new files into repository |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41481
22