Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

BeanstalkFarms/Beanstalk-Subgraph

Repository files navigation

Beanstalk logo

Beanstalk Subgraph

Discord

Indexes events emitted by Beanstalk.

Subgraphs

All currently used subgraphs live on the graph protocol's centralized host.

  • Testing Subgraph
    • Used during local development for debugging and rapid iteration.
  • Dev Subgraph
    • Used for testing fixes or improvements made in the testing subgraph.
  • Canonical Subgraph
    • Decentralized deployment to the Graph network.
    • Stable deployment and current source of truth for UI and other production processes.
    • The master branch is updated when a new deployment is ready to be indexed.
    • All changes pushed to the canonical subgraph are prototyped on the testing subgraph, tested on the dev subgraph, then made canonical once verified.