Skip to content

Commit fa7aeb4

Browse files
authored
chore: links updated (#723)
description modified too
1 parent 6dce627 commit fa7aeb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/HyperIndex/Examples/example-sablier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ The following indexers serve as exceptional reference implementations for the Sa
1818

1919
Sablier maintains three specialized indexers, each targeting a specific part of their protocol:
2020

21-
### 1. [Lockup Indexer](https://github.com/sablier-labs/subgraphs/tree/main/apps/lockup-envio)
21+
### 1. [Lockup Indexer](https://github.com/sablier-labs/indexers/tree/main/envio/lockup)
2222

2323
Tracks the core Sablier lockup contracts, which handle the streaming of tokens with fixed durations and amounts. This indexer provides data about stream creation, cancellation, and withdrawal events. Used primarily for the vesting functionality of Sablier.
2424

25-
### 2. [Flow Indexer](https://github.com/sablier-labs/subgraphs/tree/main/apps/flow-envio)
25+
### 2. [Flow Indexer](https://github.com/sablier-labs/indexers/tree/main/envio/flow)
2626

2727
Monitors Sablier's advanced streaming functionality, allowing for dynamic flow rates and more complex streaming scenarios. This indexer captures stream modifications, batch operations, and other flow-specific events. Powers the payments side of the Sablier application.
2828

29-
### 3. [Merkle Indexer](https://github.com/sablier-labs/subgraphs/tree/main/apps/merkle-envio)
29+
### 3. [Airdrops Indexer](https://github.com/sablier-labs/indexers/tree/main/envio/airdrops)
3030

31-
Tracks Sablier's Merkle distribution system, which enables efficient batch stream creation using cryptographic proofs. This indexer provides data about batch creations, claims, and related activities. Used for both Airstreams and Instant Airdrops functionality.
31+
Tracks Sablier's Merkle Airdrops, which enables efficient batch stream creation using cryptographic proofs. This indexer captures data about batch creations, claims, and related activities. Used for both Airstreams and Instant Airdrops functionality.
3232

3333
## Key Features
3434

0 commit comments

Comments
 (0)