Skip to content

Commit 28774a5

Browse files
committed
fix: fix subgraph endpoints for legacy
1 parent 8b0e82c commit 28774a5

File tree

1 file changed

+37
-22
lines changed

1 file changed

+37
-22
lines changed

docs/api/07-legacy.mdx

Lines changed: 37 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ import LinkPreview from "@site/src/components/molecules/LinkPreview";
88

99
# Sablier Legacy
1010

11-
For the [first version](/apps/v1) of Sablier ([v1-app](https://v1-app.sablier.com),
12-
[v1-pay](https://v1-pay.sablier.com)) here are the subgraphs powering those dashboards.
11+
For the [first version](/apps/v1) of Sablier ([legacy-sender](https://legacy-sender.sablier.com), [legacy-recipient](https://legacy-recipient.sablier.com)), these are the subgraphs powering those dashboards.
1312

1413
## The Graph
1514

1615
### Endpoints
1716

18-
| Chain | Id | Studio | Decentralized Network [^1] |
19-
| --------------- | ----------------- | ----------------------------- | ------------------------------- |
20-
| Ethereum | sablier | [Studio][v1-studio-ethereum] | [Network][v1-network-ethereum] |
21-
| Arbitrum | sablier-arbitrum | [Studio][v1-studio-arbitrum] | [Network][v1-network-arbitrum] |
22-
| Optimism | sablier-optimism | [Studio][v1-studio-optimism] | [Network][v1-network-optimism] |
23-
| Polygon | sablier-matic | [Studio][v1-studio-polygon] | [Network][v1-network-polygon] |
24-
| Avalanche | sablier-avalanche | [Studio][v1-studio-avalanche] | [Network][v1-network-avalanche] |
25-
| BNB Smart Chain | sablier-bsc | [Studio][v1-studio-bsc] | [Network][v1-network-bsc] |
17+
| Chain | Id | Production Node [^1] | Testing Node |
18+
| --------------- | ----------------- | ------------------------------- | ----------------------------- |
19+
| Ethereum | sablier | [Network][v1-network-ethereum] | [Studio][v1-studio-ethereum] |
20+
| Avalanche | sablier-avalanche | [Network][v1-network-avalanche] | [Studio][v1-studio-avalanche] |
21+
| BNB Smart Chain | sablier-bsc | [Network][v1-network-bsc] | [Studio][v1-studio-bsc] |
22+
| Arbitrum | sablier-arbitrum | [Network][v1-network-arbitrum] | [Studio][v1-studio-arbitrum] |
23+
| Optimism | sablier-optimism | [Network][v1-network-optimism] | [Studio][v1-studio-optimism] |
24+
| Polygon | sablier-matic | [Network][v1-network-polygon] | [Studio][v1-studio-polygon] |
25+
| Ronin | sablier-ronin | [Network][v1-network-ronin] | N/A |
2626

2727
### Code
2828

@@ -33,26 +33,41 @@ For the [first version](/apps/v1) of Sablier ([v1-app](https://v1-app.sablier.co
3333
title="Sablier Legacy Subgraph"
3434
/>
3535

36-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
37-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
38-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
36+
{/* Chain: Ethereum */}
3937

4038
[v1-network-ethereum]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DkSXWkgJD5qVqfsrfzkLC5WELVX3Dbj3ByWcYjDJieCh
39+
[v1-studio-ethereum]: https://api.studio.thegraph.com/query/57079/sablier/version/latest/
40+
41+
{/* Chain: Arbitrum */}
42+
4143
[v1-network-arbitrum]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/94SP9QVcxmGV9e2fxuTxUGcZfcv4tjpPCGyyPVyMfLP
42-
[v1-network-optimism]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/BEnQbvBdXnohC1DpM9rSb47C1FbowK39HfPNCEHjgrBt
43-
[v1-network-bsc]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/3Gyy7of99oBRqHcCMGJXpHw2xxxZgXxVmFPFR1vL6YhT
44-
[v1-network-avalanche]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DK2gHCprwVaytwzwb5fUrkFS9xy7wh66NX6AFcDzMyF9
45-
[v1-network-polygon]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/6UMNQfMeh3pV5Qmn2NDX2UKNeUk9kh4oZhzzzn5e8rSz
4644
[v1-studio-arbitrum]: https://api.studio.thegraph.com/query/57079/sablier-arbitrum/version/latest
45+
46+
{/* Chain: Avalanche */}
47+
48+
[v1-network-avalanche]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/DK2gHCprwVaytwzwb5fUrkFS9xy7wh66NX6AFcDzMyF9
4749
[v1-studio-avalanche]: https://api.studio.thegraph.com/query/57079/sablier-avalanche/version/latest
50+
51+
{/* Chain: BSC */}
52+
53+
[v1-network-bsc]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/3Gyy7of99oBRqHcCMGJXpHw2xxxZgXxVmFPFR1vL6YhT
4854
[v1-studio-bsc]: https://api.studio.thegraph.com/query/57079/sablier-bsc/version/latest
49-
[v1-studio-ethereum]: https://api.studio.thegraph.com/proxy/30310/sablier/version/latest/
55+
56+
{/* Chain: OP Mainnet */}
57+
58+
[v1-network-optimism]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/BEnQbvBdXnohC1DpM9rSb47C1FbowK39HfPNCEHjgrBt
5059
[v1-studio-optimism]: https://api.studio.thegraph.com/query/57079/sablier-optimism/version/latest
51-
[v1-studio-polygon]: https://api.studio.thegraph.com/query/57079/sablier-polygon/version/latest
5260

53-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
54-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
55-
{/* --------------------------------------------------------------------------------------------------------------------------------- */}
61+
{/* Chain: Ronin */}
62+
63+
[v1-network-ronin]: https://subgraph.satsuma-prod.com/d8d041c49d56/sablierlabs/sablier-ronin/api
64+
65+
{/* Chain: Polygon */}
66+
67+
[v1-network-polygon]: https://gateway-arbitrum.network.thegraph.com/api/API_KEY/subgraphs/id/6UMNQfMeh3pV5Qmn2NDX2UKNeUk9kh4oZhzzzn5e8rSz
68+
[v1-studio-polygon]: https://api.studio.thegraph.com/query/57079/sablier-matic/version/latest
69+
70+
{/* Endpoints */}
5671

5772
[^1]:
5873
Endpoints could include: The Graph's Decentralized Network (paid) or Custom Nodes (e.g. Lightlink). Because the

0 commit comments

Comments
 (0)