Skip to content

sablier-labs/subgraphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8692545 · Mar 31, 2025
Dec 24, 2022
Mar 31, 2025
Aug 15, 2024
Mar 31, 2025
Mar 26, 2025
Jul 5, 2024
Jan 17, 2025
Oct 29, 2024
Jul 5, 2024
Jan 17, 2025
Jan 18, 2024
Dec 24, 2022
Mar 26, 2025
Oct 31, 2024
Mar 26, 2025

Repository files navigation

Sablier Branding

Sablier Subgraphs and Indexers

Sablier uses a combination of The Graph subgraphs and Envio indexers as a data API.

In-depth documentation is available at docs.sablier.com. For the list of endpoints, see the docs for each large feature:

For contributors

Adding a new chain

Create a dedicated configuration, and add it in the Envio bundles and provide a deployment script for the subgraphs.

Tracking a new address

See the constants folder. Specify the chain, append the contract, and run the codegen steps to make sure everything runs smoothly.

Corepack

Some versions of Node.js may enforce the usage of corepack. Because this repository leverages both yarn (for the root workspace and in the Graph packages) and pnpm (for Envio), Node.js may throw a warning due to a missing exact packageManager entry for pnpm. However, this entry should not be added because it will mess with Envio's hosted service. We suggest disabling Corepack to avoid the warning.

License

This repo is licensed under GPL 3-0 or later.