From 6c84d8748c67bf53b1bd9b97ee7817c15e7b5b71 Mon Sep 17 00:00:00 2001 From: Razvan Gabriel Date: Tue, 11 Jun 2024 11:56:47 +0100 Subject: [PATCH] refactor: update v1 subgraph endpoints with gateway links and mainnet v1 --- docs/api/subgraphs/01-endpoints.mdx | 34 +++++++++++++++++++---------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/api/subgraphs/01-endpoints.mdx b/docs/api/subgraphs/01-endpoints.mdx index 1710cbd6..38249a28 100644 --- a/docs/api/subgraphs/01-endpoints.mdx +++ b/docs/api/subgraphs/01-endpoints.mdx @@ -304,21 +304,31 @@ NFTs as defined in the attached Merkle tree. ### Endpoints -| Chain | Id | Studio | Decentralized Network [^1] | -| --------------- | ----------------- | ----------------------------- | --------------------------------------------------- | -| Ethereum | sablier | [Studio][v1-studio-ethereum] | [De. Network (Explorer)][v1-decentralized-ethereum] | -| Arbitrum | sablier-arbitrum | [Studio][v1-studio-arbitrum] | N/A | -| Optimism | sablier-optimism | [Studio][v1-studio-optimism] | N/A | -| Polygon | sablier-matic | [Studio][v1-studio-polygon] | N/A | -| Avalanche | sablier-avalanche | [Studio][v1-studio-avalanche] | N/A | -| BNB Smart Chain | sablier-bsc | [Studio][v1-studio-bsc] | N/A | - -[v1-decentralized-ethereum]: - https://thegraph.com/explorer/subgraphs/DkSXWkgJD5qVqfsrfzkLC5WELVX3Dbj3ByWcYjDJieCh?view=Overview&chain=arbitrum-one +| Chain | Id | Studio | Decentralized Network [^1] | +| --------------- | ----------------- | ----------------------------- | ----------------------------------- | +| Ethereum | sablier | [Studio][v1-studio-ethereum] | [De. Network][v1-network-ethereum] | +| Arbitrum | sablier-arbitrum | [Studio][v1-studio-arbitrum] | [De. Network][v1-network-arbitrum] | +| Optimism | sablier-optimism | [Studio][v1-studio-optimism] | [De. Network][v1-network-optimism] | +| Polygon | sablier-matic | [Studio][v1-studio-polygon] | [De. Network][v1-network-polygon] | +| Avalanche | sablier-avalanche | [Studio][v1-studio-avalanche] | [De. Network][v1-network-avalanche] | +| BNB Smart Chain | sablier-bsc | [Studio][v1-studio-bsc] | [De. Network][v1-network-bsc] | + +[v1-network-ethereum]: + https://gateway.thegraph.com/api/API_KEY/subgraphs/id/A5XzhYZ4muyRegVTYmwWbCbKWvD4LTWqac43CEGTEGdK +[v1-network-arbitrum]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/94SP9QVcxmGV9e2fxuTxUGcZfcv4tjpPCGyyPVyMfLP +[v1-network-optimism]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/BEnQbvBdXnohC1DpM9rSb47C1FbowK39HfPNCEHjgrBt +[v1-network-bsc]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/3Gyy7of99oBRqHcCMGJXpHw2xxxZgXxVmFPFR1vL6YhT +[v1-network-avalanche]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DK2gHCprwVaytwzwb5fUrkFS9xy7wh66NX6AFcDzMyF9 +[v1-network-polygon]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/6UMNQfMeh3pV5Qmn2NDX2UKNeUk9kh4oZhzzzn5e8rSz [v1-studio-arbitrum]: https://api.studio.thegraph.com/query/57079/sablier-arbitrum/version/latest [v1-studio-avalanche]: https://api.studio.thegraph.com/query/57079/sablier-avalanche/version/latest [v1-studio-bsc]: https://api.studio.thegraph.com/query/57079/sablier-bsc/version/latest -[v1-studio-ethereum]: https://api.studio.thegraph.com/query/57079/sablier/version/latest +[v1-studio-ethereum]: https://api.studio.thegraph.com/proxy/30310/sablier/version/latest/ [v1-studio-optimism]: https://api.studio.thegraph.com/query/57079/sablier-optimism/version/latest [v1-studio-polygon]: https://api.studio.thegraph.com/query/57079/sablier-polygon/version/latest