Endpoints
While subgraphs are chain-tethered (one subgraph endpoint per chain), Envio indexes all chains within the same deployment. The data from all of chains that Sablier is deployed on can be queried from the same place.
Sablier V2 - Protocol-Envio
The protocol-envio indexer tracks events mainly emitted by the
@sablier/v2-core contracts. It deals with core protocol actions like
creating, withdrawing, or transferring streams.
Endpoints
| Chain | Endpoint (Hosted Network) |
|---|---|
| All-Networks1 | https://indexer.bigdevenergy.link/[...]/v1/graphql |
Use Hasura's online explorer to view the entities and query API.
Code
Sablier V2 - Merkle-Envio (Airstreams)
This subgraph tracks events emitted by the @sablier/v2-periphery
contracts, specifically the
Merkle Factory. It deals with airstream
specific actions like the factory creating a campaign, admin clawbacks or users claiming streams as defined in the
attached Merkle tree.
Endpoints
| Chain | Endpoint on the Hosted Network |
|---|---|
| All-Networks | https://indexer.bigdevenergy.link/[...]/v1/graphql |
Use Hasura's online explorer to view the entities and query API.