From 1aafaa64722d969fce5ba1dfbb5b3af138502fba Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Mon, 2 Dec 2024 14:47:56 +0200 Subject: [PATCH] fix: envio endpoints --- docs/api/indexers/01-endpoints.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api/indexers/01-endpoints.mdx b/docs/api/indexers/01-endpoints.mdx index c4dbfe07..cab02bf3 100644 --- a/docs/api/indexers/01-endpoints.mdx +++ b/docs/api/indexers/01-endpoints.mdx @@ -21,9 +21,9 @@ creating, withdrawing, or transferring streams. ### Endpoints -| Chain | Endpoint (Hosted Network) | -| ---------------- | ----------------------------------------------------------------------- | -| All-Networks[^1] | [https://indexer.bigdevenergy.link/[...]/v1/graphql][endpoint-protocol] | +| Chain | Endpoint (Hosted Network) | +| ---------------- | -------------------------------------------------------------------- | +| All-Networks[^1] | [https://indexer.hyperindex.xyz/[...]/v1/graphql][endpoint-protocol] | The endpoint is meant to be plugged into a query client. Use [Hasura's online explorer](https://cloud.hasura.io/public/graphiql?) to view the entities and query API. @@ -44,18 +44,18 @@ contracts, specifically the [`Merkle Factory`](/contracts/v2/reference/periphery 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. -[endpoint-protocol]: https://indexer.bigdevenergy.link/9e37ca4/v1/graphql +[endpoint-protocol]: https://indexer.hyperindex.xyz/9e37ca4/v1/graphql ### Endpoints -| Chain | Endpoint on the Hosted Network | -| ------------ | --------------------------------------------------------------------- | -| All-Networks | [https://indexer.bigdevenergy.link/[...]/v1/graphql][endpoint-merkle] | +| Chain | Endpoint on the Hosted Network | +| ------------ | ------------------------------------------------------------------ | +| All-Networks | [https://indexer.hyperindex.xyz/[...]/v1/graphql][endpoint-merkle] | The endpoint is meant to be plugged into a query client. Use [Hasura's online explorer](https://cloud.hasura.io/public/graphiql?) to view the entities and query API. -[endpoint-merkle]: https://indexer.bigdevenergy.link/508d217/v1/graphql +[endpoint-merkle]: https://indexer.hyperindex.xyz/508d217/v1/graphql ### Code