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