From be2a5ba0378bdb5ff9aeeafaa114b73f62c639e3 Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Thu, 8 Feb 2024 11:44:19 +0200 Subject: [PATCH] docs: highlight envio indexer caveat --- docs/api/indexers/01-endpoints.mdx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/api/indexers/01-endpoints.mdx b/docs/api/indexers/01-endpoints.mdx index 76990ece..371ddaab 100644 --- a/docs/api/indexers/01-endpoints.mdx +++ b/docs/api/indexers/01-endpoints.mdx @@ -14,19 +14,19 @@ same place. ::: -:::warning Note - -The Sablier Envio indexers are still under development so links may change in time. Please reach out if the endpoints -don't work any more - -::: - ## Sablier V2 - Protocol-Envio The `protocol-envio` indexer tracks events mainly emitted by the [`@sablier/v2-core`](/contracts/v2/reference/overview#core) contracts. It deals with core protocol actions like creating, withdrawing or transferring streams. +:::warning Note + +The Sablier Envio indexers are still under development so links may change in time. Please reach out if the endpoints +don't work any more. This warning will be removed once indexers are deployed in production and endpoints are stable. + +::: + ### Endpoints | Chain | Endpoint (Hosted Network) | @@ -52,6 +52,8 @@ contracts, specifically the specific actions like the factory creating a campaign, admin clawbacks or users claiming streams as defined in the attached Merkle tree. +[endpoint-protocol]: https://indexer.bigdevenergy.link/be2052e/v1/graphql + ### Endpoints | Chain | Endpoint (Hosted Network) | @@ -60,6 +62,8 @@ attached Merkle tree. Use [Hasura's online explorer](https://cloud.hasura.io/public/graphiql?) to view the entities and query API. +[endpoint-merkle]: https://indexer.bigdevenergy.link/61cf6be/v1/graphql + ### Code