Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.19 KB

Keep3r V2 subgraph

Lint Tests

This repository aims to create a subgraph that will index basic data about the Keep3r network.

It will allow to query for things like:

  • Jobs worked (by whom, when, credits or kp3rs minted, etc.)
  • Jobs KLPs history (bonded, pending unbonds, etc.)
  • Keep3r LPs mint and burns
  • Keeper's bonds (history, actives, etc.)

Deployment

This repository assumes that there are two subgraphs active: a canary, and a stable one. Standard deployment will be done to canary as to avoid mistakes.

Canary

yarn deploy:ethereum

Stable

yarn deploy:ethereum:stable

Tests

There is a misc. test implemented, but for anyone looking to contribute and execute the tests

yarn prepare:ethereum && yarn test

License

MIT