Beanstalk Subgraph
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.