Skip to content

Commit

Permalink
refactor: add mode and linea endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed Nov 3, 2024
1 parent 3a2f23e commit 8f786e7
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/api/subgraphs/01-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}

Expand Down Expand Up @@ -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

<LinkPreview
Expand Down Expand Up @@ -177,6 +193,8 @@ NFTs as defined in the attached Merkle tree.
| Scroll | [sablier-v2-ms-scroll][v2-explorer-ms-scroll] | [Studio][v2-studio-ms-scroll] | [De. Network][v2-network-ms-scroll] |
| Sepolia | [sablier-v2-ms-sepolia][v2-explorer-ms-sepolia] | [Studio][v2-studio-ms-sepolia] | [De. Network][v2-network-ms-sepolia] |
| zkSync | [sablier-v2-ms-zksync][v2-explorer-ms-zksync] | [Studio][v2-studio-ms-zksync] | [De. Network][v2-network-ms-zksync] |
| Mode | [sablier-v2-ms-mode][v2-explorer-ms-mode] | [Studio][v2-studio-ms-mode] | [De. Network][v2-network-ms-mode] |
| Linea | [sablier-v2-ms-linea][v2-explorer-ms-linea] | [Studio][v2-studio-ms-linea] | [De. Network][v2-network-ms-linea] |

{/* Chain: Arbitrum */}

Expand Down Expand Up @@ -284,6 +302,20 @@ NFTs as defined in the attached Merkle tree.
[v2-explorer-ms-zksync]: https://thegraph.com/explorer/subgraphs/BboiKY7JCdznoqurdXRizL9UYD1YdQKajaj4gvUrPPEA
[v2-studio-ms-zksync]: https://api.studio.thegraph.com/query/57079/sablier-v2-ms-zksync/version/latest

{/* Chain: Mode */}

[v2-network-ms-mode]:
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/4Vt5DdffTwYyeoJYBQ9hwgjaTY2ygG11iRMaAH66pxCr
[v2-explorer-ms-mode]: https://thegraph.com/explorer/subgraphs/4Vt5DdffTwYyeoJYBQ9hwgjaTY2ygG11iRMaAH66pxCr
[v2-studio-ms-mode]: https://api.studio.thegraph.com/query/57079/sablier-v2-ms-mode/version/latest

{/* Chain: Linea */}

[v2-network-ms-linea]:
https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/D7T8YEoYGgyufRQ9889kqFSh17AutDA6ohE59fTg7Bdb
[v2-explorer-ms-linea]: https://thegraph.com/explorer/subgraphs/D7T8YEoYGgyufRQ9889kqFSh17AutDA6ohE59fTg7Bdb
[v2-studio-ms-linea]: https://api.studio.thegraph.com/query/57079/sablier-v2-ms-linea/version/latest

### Code

<LinkPreview
Expand Down

0 comments on commit 8f786e7

Please sign in to comment.