Skip to content

Commit

Permalink
fix: envio endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Dec 5, 2024
1 parent 51d3b08 commit d61a614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/api/indexers/01-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/53b7e25/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

Expand Down

0 comments on commit d61a614

Please sign in to comment.