From 8f786e776fdc7bd07238c8effded1c2e3fd13ec5 Mon Sep 17 00:00:00 2001 From: maxdesalle Date: Sat, 2 Nov 2024 21:09:35 -0400 Subject: [PATCH] refactor: add mode and linea endpoints --- docs/api/subgraphs/01-endpoints.mdx | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/api/subgraphs/01-endpoints.mdx b/docs/api/subgraphs/01-endpoints.mdx index 5a17487a..ba3d8c26 100644 --- a/docs/api/subgraphs/01-endpoints.mdx +++ b/docs/api/subgraphs/01-endpoints.mdx @@ -38,6 +38,8 @@ transitioned our subgraphs to either the Studio or The Decentralized Network (se | Scroll | [sablier-v2-scroll][v2-explorer-scroll] | [Studio][v2-studio-scroll] | [De. Network][v2-network-scroll] | | Sepolia | [sablier-v2-sepolia][v2-explorer-sepolia] | [Studio][v2-studio-sepolia] | [De. Network][v2-network-sepolia] | | zkSync | [sablier-v2-zksync][v2-explorer-zksync] | [Studio][v2-studio-zksync] | [De. Network][v2-network-zksync] | +| Mode | [sablier-v2-mode][v2-explorer-mode] | [Studio][v2-studio-mode] | [De. Network][v2-network-mode] | +| Linea | [sablier-v2-linea][v2-explorer-linea] | [Studio][v2-studio-linea] | [De. Network][v2-network-linea] | {/* Chain: Arbitrum */} @@ -142,6 +144,20 @@ transitioned our subgraphs to either the Studio or The Decentralized Network (se [v2-explorer-zksync]: https://thegraph.com/explorer/subgraphs/GY2fGozmfZiZ3xF2MfevohLR4YGnyxGxAyxzi9zmU5bY [v2-studio-zksync]: https://api.studio.thegraph.com/query/57079/sablier-v2-zksync/version/latest +{/* Chain: Mode */} + +[v2-network-mode]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/5ezGnVwNucVTW45WCb91VBiKBEdiqT4ceHDhh1KGigYG +[v2-explorer-mode]: https://thegraph.com/explorer/subgraphs/5ezGnVwNucVTW45WCb91VBiKBEdiqT4ceHDhh1KGigYG +[v2-studio-mode]: https://api.studio.thegraph.com/query/57079/sablier-v2-mode/version/latest + +{/* Chain: Linea */} + +[v2-network-linea]: + https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/FoJnatzCZKyp9XjZyUBaw1juTb5ydnFvJvWUxS3oRCHZ +[v2-explorer-linea]: https://thegraph.com/explorer/subgraphs/FoJnatzCZKyp9XjZyUBaw1juTb5ydnFvJvWUxS3oRCHZ +[v2-studio-linea]: https://api.studio.thegraph.com/query/57079/sablier-v2-linea/version/latest + ### Code