Sablier subgraph health check FAILED
Date: 2026-07-29
Detected by: Automated health check routine
Endpoint
https://indexer.hyperindex.xyz/53b7e25/v1/graphql
Query Used
{ LockupStream(where: { chainId: { _eq: "8453" } }, limit: 1) { tokenId depositAmount } }
Failure Details
- HTTP Status Code: 429 (Too Many Requests)
- Raw Response Body: (empty — server returned no body with the 429 status)
Impact
RipGuard's on-chain fallback is active so vaults still load, but vault discovery is degraded (slower). The subgraph is the primary fast path for vault discovery.
Possible Causes
- Rate limiting on the Envio indexer endpoint
- Endpoint is overloaded or temporarily unavailable
- The endpoint or schema may have changed
Recommended Actions
Sablier subgraph health check FAILED
Date: 2026-07-29
Detected by: Automated health check routine
Endpoint
https://indexer.hyperindex.xyz/53b7e25/v1/graphqlQuery Used
{ LockupStream(where: { chainId: { _eq: "8453" } }, limit: 1) { tokenId depositAmount } }Failure Details
Impact
RipGuard's on-chain fallback is active so vaults still load, but vault discovery is degraded (slower). The subgraph is the primary fast path for vault discovery.
Possible Causes
Recommended Actions
packages/app/src/app/vaults/page.tsxif needed