Cache of a list of rewarders associated with each mint.
To add a rewarder, edit src/config/Rewarders.toml 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.
The following scripts should be run periodically:
yarn compile-rewarders-list
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.
AGPL-3.0