Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 605 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 605 Bytes

Quarry Rewarder List

Cache of a list of rewarders associated with each mint.

Adding a Rewarder

To add a rewarder, edit src/config/rewarder-list.json with your rewarder's information and send a pull request.

This will add the rewarder to the Quarry UI, allowing others to discover your protocol's rewards.

Usage

The following scripts should be run periodically:

yarn fetch-all-rewarders
yarn decorate-rewarders
yarn build-token-list
yarn build-tvl-list

This will ensure that all of the latest mints are always in the repo.

License

AGPL-3.0