Skip to content

Commit

Permalink
refactor: update v1 subgraph endpoints with gateway links and mainnet v1
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Jun 11, 2024
1 parent 52d2c91 commit 6c84d87
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions docs/api/subgraphs/01-endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c84d87

Please sign in to comment.