Skip to content

Commit bc50e3f

Browse files
authored
Merge pull request #325 from sablier-labs/refactor/update-indexers-repo-url
refactor: update indexers repo URL
2 parents c7557dc + 4d76f1c commit bc50e3f

15 files changed

+44
-44
lines changed

docs/api/01-overview.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ These subgraphs are hosted on The Graph Network, as well as on the The Graph Hos
4848
Sablier data from the official [endpoints](/api/lockup/endpoints). Each network has its own subgraph endpoints.
4949

5050
- [Lockup endpoints](/api/lockup/endpoints)
51-
- [Lockup subgraph](https://github.com/sablier-labs/subgraphs/apps/lockup) (Vesting)
51+
- [Lockup subgraph](https://github.com/sablier-labs/indexers/apps/lockup) (Vesting)
5252
- [Flow endpoints](/api/flow/endpoints)
53-
- [Flow subgraph](https://github.com/sablier-labs/subgraphs/apps/flow) (Payments)
53+
- [Flow subgraph](https://github.com/sablier-labs/indexers/apps/flow) (Payments)
5454
- [Airdrops endpoints](/api/airdrops/endpoints)
55-
- [Airdrops subgraph](https://github.com/sablier-labs/subgraphs/apps/merkle) (Airdrops, Airstreams)
55+
- [Airdrops subgraph](https://github.com/sablier-labs/indexers/apps/merkle) (Airdrops, Airstreams)
5656
- [The Graph docs](https://thegraph.com/docs/en/quick-start/)
5757

5858
<LinkPreview
59-
href="https://github.com/sablier-labs/subgraphs"
59+
href="https://github.com/sablier-labs/indexers"
6060
icon="github"
6161
subtitle="@sablier/subgraphs"
6262
title="Sablier Subgraphs on Github"
@@ -90,15 +90,15 @@ architecture.
9090

9191
- [Caveats](/api/caveats) between subgraphs and indexers
9292
- [Lockup endpoints](/api/lockup/endpoints)
93-
- [Lockup indexer](https://github.com/sablier-labs/subgraphs/apps/lockup-envio) (Vesting)
93+
- [Lockup indexer](https://github.com/sablier-labs/indexers/apps/lockup-envio) (Vesting)
9494
- [Flow endpoints](/api/lockup/endpoints)
95-
- [Flow indexer](https://github.com/sablier-labs/subgraphs/apps/flow-envio) (Payments)
95+
- [Flow indexer](https://github.com/sablier-labs/indexers/apps/flow-envio) (Payments)
9696
- [Airdrops endpoints](/api/airdrops/endpoints)
97-
- [Airdrops indexer](https://github.com/sablier-labs/subgraphs/apps/merkle-envio) (Airdrops, Airstreams)
97+
- [Airdrops indexer](https://github.com/sablier-labs/indexers/apps/merkle-envio) (Airdrops, Airstreams)
9898
- [The Graph docs](https://thegraph.com/docs/en/quick-start/)
9999

100100
<LinkPreview
101-
href="https://github.com/sablier-labs/subgraphs"
101+
href="https://github.com/sablier-labs/indexers"
102102
icon="github"
103103
subtitle="@sablier/subgraphs"
104104
title="Sablier Indexers on Github"

docs/api/05-development.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ To integrate the Sablier subgraphs or indexers into your project, start from the
1414
repository.
1515

1616
<LinkPreview
17-
href="https://github.com/sablier-labs/subgraphs"
17+
href="https://github.com/sablier-labs/indexers"
1818
icon="github"
1919
subtitle="GitHub"
20-
title="Github - sablier-labs/subgraphs: Sablier Subgraphs"
20+
title="Github - sablier-labs/indexers: Sablier Subgraphs"
2121
/>
2222

2323
We recommend using:
@@ -29,7 +29,7 @@ We recommend using:
2929
### Contribute
3030

3131
To contribute to the subgraphs or deploy your own, head over to the GitHub
32-
[`subgraphs`](https://github.com/sablier-labs/subgraphs) repository. Get started by reviewing the `apps/lockup`
32+
[`subgraphs`](https://github.com/sablier-labs/indexers) repository. Get started by reviewing the `apps/lockup`
3333
directory.
3434

3535
To bootstrap a subgraph project, run the following commands. They will install the requisite dependencies and generate
@@ -85,10 +85,10 @@ results coming from Envio's indexer in the same shape as those from The Graph. S
8585
2. Write response middleware that converts results into similar shapes (see these [important notes](/api/caveats))
8686

8787
<LinkPreview
88-
href="https://github.com/sablier-labs/subgraphs"
88+
href="https://github.com/sablier-labs/indexers"
8989
icon="github"
9090
subtitle="GitHub"
91-
title="Github - sablier-labs/subgraphs: Sablier Subgraphs"
91+
title="Github - sablier-labs/indexers: Sablier Subgraphs"
9292
/>
9393

9494
### Test
@@ -99,10 +99,10 @@ indexer configurations.
9999
Check them out inside the `apps/[...]/test/` folders.
100100

101101
<LinkPreview
102-
href="https://github.com/sablier-labs/subgraphs"
102+
href="https://github.com/sablier-labs/indexers"
103103
icon="github"
104-
subtitle="@sablier-labs/subgraphs"
105-
title="Github - sablier-labs/subgraphs: Sablier Subgraphs"
104+
subtitle="@sablier-labs/indexers"
105+
title="Github - sablier-labs/indexers: Sablier Subgraphs"
106106
/>
107107

108108
#### Run
@@ -126,7 +126,7 @@ once. Alternatively, you could also try increasing the timeout of the tests.
126126
### Contribute
127127

128128
To contribute to the V2 indexers (Envio x Sablier) or deploy your own, head over to the GitHub
129-
[`subgraphs`](https://github.com/sablier-labs/subgraphs) repository. Get started by reviewing the `apps/lockup-envio`
129+
[`subgraphs`](https://github.com/sablier-labs/indexers) repository. Get started by reviewing the `apps/lockup-envio`
130130
directory.
131131

132132
To bootstrap an indexer project, run the following commands. They will install the requisite dependencies and generate

docs/api/airdrops/01-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ For the Lockup-native functionality, please check the dedicated [documentation](
2727
:::
2828

2929
<LinkPreview
30-
href="https://github.com/sablier-labs/subgraphs"
30+
href="https://github.com/sablier-labs/indexers"
3131
icon="github"
32-
subtitle="@sablier-labs/subgraphs"
32+
subtitle="@sablier-labs/indexers"
3333
title="Sablier Subgraphs"
3434
/>
3535

docs/api/airdrops/02-airdrops-endpoints.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ new [Lockup](/api/lockup/overview) streams.
4040
### Source Code
4141

4242
<LinkPreview
43-
href="https://github.com/sablier-labs/subgraphs/blob/main/apps/merkle-envio"
43+
href="https://github.com/sablier-labs/indexers/blob/main/apps/merkle-envio"
4444
icon="github"
45-
subtitle="@sablier-labs/subgraphs - apps/merkle-envio"
45+
subtitle="@sablier-labs/indexers - apps/merkle-envio"
4646
title="Sablier Subgraphs - Merkle - Envio"
4747
/>
4848

@@ -59,9 +59,9 @@ new [Lockup](/api/lockup/overview) streams.
5959
### Source Code
6060

6161
<LinkPreview
62-
href="https://github.com/sablier-labs/subgraphs/blob/main/apps/merkle"
62+
href="https://github.com/sablier-labs/indexers/blob/main/apps/merkle"
6363
icon="github"
64-
subtitle="@sablier-labs/subgraphs - apps/merkle"
64+
subtitle="@sablier-labs/indexers - apps/merkle"
6565
title="Sablier Subgraphs - Merkle - The Graph"
6666
/>
6767

docs/api/airdrops/the-graph/01-entities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For an introduction into the Sablier primitives and our architectural choices, c
1414
## Entity Architecture
1515

1616
Inside the **Merkle** subgraph, the
17-
[`schema.graphql`](https://github.com/sablier-labs/subgraphs/blob/main/apps/merkle/schema.graphql) file is responsible
17+
[`schema.graphql`](https://github.com/sablier-labs/indexers/blob/main/apps/merkle/schema.graphql) file is responsible
1818
of defining the following Sablier entities:
1919

2020
### Primary

docs/api/flow/01-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The Flow data is powered by:
1717
- The `@sablier/subgraphs/apps/flow-envio` indexer
1818

1919
<LinkPreview
20-
href="https://github.com/sablier-labs/subgraphs"
20+
href="https://github.com/sablier-labs/indexers"
2121
icon="github"
22-
subtitle="@sablier-labs/subgraphs"
22+
subtitle="@sablier-labs/indexers"
2323
title="Sablier Subgraphs"
2424
/>
2525

docs/api/flow/02-flow-endpoints.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ creating, depositing, or voiding Flow streams.
1919
### Source Code
2020

2121
<LinkPreview
22-
href="https://github.com/sablier-labs/subgraphs/blob/main/apps/flow-envio"
22+
href="https://github.com/sablier-labs/indexers/blob/main/apps/flow-envio"
2323
icon="github"
24-
subtitle="@sablier-labs/subgraphs - apps/flow-envio"
24+
subtitle="@sablier-labs/indexers - apps/flow-envio"
2525
title="Sablier Subgraphs - Flow - Envio"
2626
/>
2727

@@ -38,9 +38,9 @@ creating, depositing, or voiding Flow streams.
3838
### Source Code
3939

4040
<LinkPreview
41-
href="https://github.com/sablier-labs/subgraphs/blob/main/apps/flow"
41+
href="https://github.com/sablier-labs/indexers/blob/main/apps/flow"
4242
icon="github"
43-
subtitle="@sablier-labs/subgraphs - apps/flow"
43+
subtitle="@sablier-labs/indexers - apps/flow"
4444
title="Sablier Subgraphs - Flow - The Graph"
4545
/>
4646

docs/api/flow/the-graph/01-entities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ contracts. To achieve this, events are stored as historical entries (e.g. Action
1111
attributes for live entities (e.g. Stream).
1212

1313
Inside the **flow** subgraph, the
14-
[`schema.graphql`](https://github.com/sablier-labs/subgraphs/blob/main/apps/flow/schema.graphql) file is responsible of
14+
[`schema.graphql`](https://github.com/sablier-labs/indexers/blob/main/apps/flow/schema.graphql) file is responsible of
1515
defining the following Sablier entities:
1616

1717
### Primary

docs/api/flow/the-graph/02-structure.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 2
44
title: "Structure"
55
---
66

7-
We'll break down the [schema](https://github.com/sablier-labs/subgraphs/blob/main/apps/flow/schema.graphql) into primary
7+
We'll break down the [schema](https://github.com/sablier-labs/indexers/blob/main/apps/flow/schema.graphql) into primary
88
and secondary entities.
99

1010
| Type | Entities |
@@ -48,7 +48,7 @@ Based on the schema defined `ActionCategory`, the following actions will be trac
4848
To keep all actions under the same umbrella, some details will be stored under general purpose attributes like
4949
`amountA`, `amountB`, `addressA`, `addressB` which based on the type of action can be resolved to context-specific
5050
values. Am example can be found
51-
[here](https://github.com/sablier-labs/subgraphs/blob/52f00f31a89c91dcf24480a5d7d8b25c84467f15/apps/flow/src/mappings/handle-stream.ts#L53-L56)
51+
[here](https://github.com/sablier-labs/indexers/blob/52f00f31a89c91dcf24480a5d7d8b25c84467f15/apps/flow/src/mappings/handle-stream.ts#L53-L56)
5252
for the Adjust event.
5353

5454
---

docs/api/lockup/01-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Lockup-native functionality is powered by:
1717
- The `@sablier/subgraphs/apps/lockup-envio` indexer
1818

1919
<LinkPreview
20-
href="https://github.com/sablier-labs/subgraphs"
20+
href="https://github.com/sablier-labs/indexers"
2121
icon="github"
22-
subtitle="@sablier-labs/subgraphs"
22+
subtitle="@sablier-labs/indexers"
2323
title="Sablier Subgraphs"
2424
/>
2525

0 commit comments

Comments
 (0)