Skip to content

Cache of a list of rewarders associated with each mint.

License

Notifications You must be signed in to change notification settings

saber-hq/rewarder-list

 
 

Repository files navigation

Quarry Rewarder List

Cache of a list of rewarders associated with each mint.

Adding a Rewarder

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.

Usage

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.

License

AGPL-3.0

About

Cache of a list of rewarders associated with each mint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%