From 818763edfeb5ec224bc1687f7d085a837a2bb840 Mon Sep 17 00:00:00 2001 From: viniabussafi Date: Wed, 11 Dec 2024 09:15:30 +0000 Subject: [PATCH 1/6] add subgraph URLs to docs --- docs/data-and-analytics/data-and-analytics/subgraph.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index 7ba770e9..9ecfee56 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -7,5 +7,9 @@ order: 1 The Balancer Subgraph indexes data on the Balancer smart contracts with a GraphQL interface. It updates data in response to function calls and contract events to maintain data. :::info -Once v3 subgraph information is available it will be added to this page. +| Network | Vault Development Subgraph URL (rate-limited) | Pools Development Subgraph URL (rate-limited) | Vault Production Subgraph URL | Pools Production Subgraph URL | +| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Ethereum | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2) | +| Gnosis | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) | [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) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo) | +| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | ::: \ No newline at end of file From 8a809db9d4e1e3117ab20aaf611fbe9899009715 Mon Sep 17 00:00:00 2001 From: viniabussafi Date: Wed, 11 Dec 2024 09:20:20 +0000 Subject: [PATCH 2/6] link schemas --- .../data-and-analytics/data-and-analytics/subgraph.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index 9ecfee56..fff872bd 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -6,10 +6,15 @@ order: 1 The Balancer Subgraph indexes data on the Balancer smart contracts with a GraphQL interface. It updates data in response to function calls and contract events to maintain data. -:::info +Balancer uses Subgraph Studio for development and deployment of its subgraphs. For querying non-rate-limited endpoints, users need to obtain an API key from The Graph. More information on querying The Graph can be found [here](https://thegraph.com/docs/en/querying/querying-the-graph/). + +## V3 Subgraphs + +The schemas of GraphQL elements available are defined in [`v3-pools/schema.graphql` ](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-pools/schema.graphql) and [`v3-vault/schema.graphql` ](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-vault/schema.graphql). + + | Network | Vault Development Subgraph URL (rate-limited) | Pools Development Subgraph URL (rate-limited) | Vault Production Subgraph URL | Pools Production Subgraph URL | | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Ethereum | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2) | | Gnosis | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) | [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) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo) | -| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | -::: \ No newline at end of file +| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | \ No newline at end of file From 549ace4a9ac5c1dbfceb78012dadae31e6c4284f Mon Sep 17 00:00:00 2001 From: viniabussafi Date: Wed, 11 Dec 2024 09:24:30 +0000 Subject: [PATCH 3/6] fix table --- .../data-and-analytics/subgraph.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index fff872bd..bab9941c 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -2,6 +2,7 @@ title: Subgraph order: 1 --- + # Balancer Subgraph The Balancer Subgraph indexes data on the Balancer smart contracts with a GraphQL interface. It updates data in response to function calls and contract events to maintain data. @@ -10,11 +11,10 @@ Balancer uses Subgraph Studio for development and deployment of its subgraphs. F ## V3 Subgraphs -The schemas of GraphQL elements available are defined in [`v3-pools/schema.graphql` ](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-pools/schema.graphql) and [`v3-vault/schema.graphql` ](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-vault/schema.graphql). - +The schemas of GraphQL elements available are defined in [`v3-pools/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-pools/schema.graphql) and [`v3-vault/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-vault/schema.graphql). -| Network | Vault Development Subgraph URL (rate-limited) | Pools Development Subgraph URL (rate-limited) | Vault Production Subgraph URL | Pools Production Subgraph URL | -| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Ethereum | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2) | -| Gnosis | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) | [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) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo](https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo) | -| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | \ No newline at end of file +| Network | Vault Development Subgraph URL (rate-limited) | Pools Development Subgraph URL (rate-limited) | Vault Production Subgraph URL | Pools Production Subgraph URL | +|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| Ethereum | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxX...) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGss...) | +| Gnosis | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) | [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) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU](https://gateway-gnosis.network.thegraph.com/api/...) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo](https://gateway-gnosis.network.thegraph.com/api/...) | +| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | From e6bd16d5e4ee3ba1909653643d38535f166a5477 Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Wed, 11 Dec 2024 09:18:40 -0300 Subject: [PATCH 4/6] improve tables structure --- .../data-and-analytics/subgraph.md | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index bab9941c..8d6617f6 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -11,10 +11,23 @@ Balancer uses Subgraph Studio for development and deployment of its subgraphs. F ## V3 Subgraphs -The schemas of GraphQL elements available are defined in [`v3-pools/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-pools/schema.graphql) and [`v3-vault/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-vault/schema.graphql). +The schemas of GraphQL elements are defined in two separate schema files: -| Network | Vault Development Subgraph URL (rate-limited) | Pools Development Subgraph URL (rate-limited) | Vault Production Subgraph URL | Pools Production Subgraph URL | -|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Ethereum | [https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest) | [https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest](https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxX...) | [https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2](https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGss...) | -| Gnosis | [https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest](https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest) | [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) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU](https://gateway-gnosis.network.thegraph.com/api/...) | [https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo](https://gateway-gnosis.network.thegraph.com/api/...) | -| 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-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-v3-sepolia/version/latest](https://api.studio.thegraph.com/query/75376/balancer-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) | +- Vault: [`v3-vault/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-vault/schema.graphql) +- Pools: [`v3-pools/schema.graphql`](https://github.com/balancer/balancer-subgraph-v3/blob/main/subgraphs/v3-pools/schema.graphql) + +### Vault Subgraphs + +| Network | Development URL (rate-limited) | Production URL | +| -------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | +| Ethereum | https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest | https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm | +| Gnosis | https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest | https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU | +| 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 | + +### Pools Subgraphs + +| Network | Development URL (rate-limited) | Production URL | +| -------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | +| Ethereum | https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest | https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2 | +| Gnosis | https://api.studio.thegraph.com/query/75376/balancer-pools-v3-gnosis/version/latest | https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo | +| 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 | From f225e6cd8f1811ac09d89ff2c62a7160220e88b1 Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Wed, 11 Dec 2024 09:19:51 -0300 Subject: [PATCH 5/6] fix production endpoints --- .../data-and-analytics/subgraph.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index 8d6617f6..c42c2875 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -18,16 +18,16 @@ The schemas of GraphQL elements are defined in two separate schema files: ### Vault Subgraphs -| Network | Development URL (rate-limited) | Production URL | -| -------- | ------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | -| Ethereum | https://api.studio.thegraph.com/query/75376/balancer-v3/version/latest | https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmPoxXQWfZffo454w7aM1fV6jK32zApX4J7VS4Ls4MSLGm | -| Gnosis | https://api.studio.thegraph.com/query/75376/balancer-v3-gnosis/version/latest | https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmSLd8fuWE6eGRMZrYmxjX6ckumZDhG5mcQUBMY5Zfz3oU | -| 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://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 | ### Pools Subgraphs -| Network | Development URL (rate-limited) | Production URL | -| -------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- | -| Ethereum | https://api.studio.thegraph.com/query/75376/balancer-pools-v3/version/latest | https://gateway.thegraph.com/api/[API-KEY]/subgraphs/id/QmVGssjwfVAP8b2buqVVKz5sdb69ryyvxED5qQPGeW8Yk2 | -| Gnosis | https://api.studio.thegraph.com/query/75376/balancer-pools-v3-gnosis/version/latest | https://gateway-gnosis.network.thegraph.com/api/[API-KEY]/subgraphs/id/QmQpKVgaEhrPygATrgpCTLSMqqmHCLuC3vpdonSC1Z9iqo | -| 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://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 | From a4d39a5b76a8621a77a3e9e49d7365e4636666ac Mon Sep 17 00:00:00 2001 From: mendesfabio Date: Wed, 11 Dec 2024 09:24:12 -0300 Subject: [PATCH 6/6] make links clickable --- .../data-and-analytics/subgraph.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/data-and-analytics/data-and-analytics/subgraph.md b/docs/data-and-analytics/data-and-analytics/subgraph.md index c42c2875..d48a4d6f 100644 --- a/docs/data-and-analytics/data-and-analytics/subgraph.md +++ b/docs/data-and-analytics/data-and-analytics/subgraph.md @@ -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) |