Skip to content

Commit

Permalink
make links clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 11, 2024
1 parent f225e6c commit a4d39a5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/data-and-analytics/data-and-analytics/subgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ The schemas of GraphQL elements are defined in two separate schema files:

### Vault Subgraphs

| Network | Production URL | Development URL (rate-limited) |
| -------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| Ethereum | https://gateway.thegraph.com/api/[api-key]/subgraphs/id/4rixbLvpuBCwXTJSwyAzQgsLR8KprnyMfyCuXT8Fj5cd | https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest |
| Gnosis | https://gateway.thegraph.com/api/[api-key]/subgraphs/id/DDoABVc9xCRQwuXRq2QLZ6YLkjoFet74vnfncQDgJVo2 | https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest |
| Sepolia | https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest | https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest |
| Network | Production URL | Development URL (rate-limited) |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum | [https://gateway.thegraph.com/api/[api-key]/subgraphs/id/4rixbLvpuBCwXTJSwyAzQgsLR8KprnyMfyCuXT8Fj5cd](https://gateway.thegraph.com/api/[api-key]/subgraphs/id/4rixbLvpuBCwXTJSwyAzQgsLR8KprnyMfyCuXT8Fj5cd) | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) |
| Gnosis | [https://gateway.thegraph.com/api/[api-key]/subgraphs/id/DDoABVc9xCRQwuXRq2QLZ6YLkjoFet74vnfncQDgJVo2](https://gateway.thegraph.com/api/[api-key]/subgraphs/id/DDoABVc9xCRQwuXRq2QLZ6YLkjoFet74vnfncQDgJVo2) | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) |
| Sepolia | [https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-sepolia/version/latest) |

### Pools Subgraphs

| Network | Production URL | Development URL (rate-limited) |
| -------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| Ethereum | https://gateway.thegraph.com/api/[api-key]/subgraphs/id/C4tijcwi6nThKJYBmT5JaYK2As2kJGADs89AoQaCnYz7 | https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest |
| Gnosis | https://gateway.thegraph.com/api/[api-key]/subgraphs/id/yeZGqiwNf3Lqpeo8XNHih83bk5Tbu4KvFwWVy3Dbus6 | https://api.studio.thegraph.com/query/75376/balancer-pools-v3-gnosis/version/latest |
| Sepolia | https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest | https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest |
| Network | Production URL | Development URL (rate-limited) |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum | [https://gateway.thegraph.com/api/[api-key]/subgraphs/id/C4tijcwi6nThKJYBmT5JaYK2As2kJGADs89AoQaCnYz7](https://gateway.thegraph.com/api/[api-key]/subgraphs/id/C4tijcwi6nThKJYBmT5JaYK2As2kJGADs89AoQaCnYz7) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) |
| Gnosis | [https://gateway.thegraph.com/api/[api-key]/subgraphs/id/yeZGqiwNf3Lqpeo8XNHih83bk5Tbu4KvFwWVy3Dbus6](https://gateway.thegraph.com/api/[api-key]/subgraphs/id/yeZGqiwNf3Lqpeo8XNHih83bk5Tbu4KvFwWVy3Dbus6) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3-gnosis/version/latest) |
| Sepolia | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3-sepolia/version/latest) |

0 comments on commit a4d39a5

Please sign in to comment.