Skip to content

Commit

Permalink
docs: refresh descriptions in light of v2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jan 11, 2024
1 parent 6fde6da commit beb72d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Sablier Subgraph
# Sablier V1 Subgraph

Sablier is a cryptoasset streaming protocol running on top of EVM-compatible chains. This subgraph indexes the events emitted by our smart contracts.
This is the subgraph of the Sablier V1 token streaming protocol, which is a legacy release. The most recent release is V2 and can be found [here](https://github.com/sablier-labs/v2-core). For more details about how Sablier works, check out our docs at [docs.sablier.com](https://docs.sablier.com)/.

You can interact with the subgraph via The Graph's hosted service:
You can interact with the subgraph using The Graph's hosted service:

- [sablier-labs/sablier](https://thegraph.com/explorer/subgraph/sablier-labs/sablier)
- [sablier-labs/sablier-arbitrum](https://thegraph.com/explorer/subgraph/sablier-labs/sablier-arbitrum)
Expand All @@ -13,7 +13,7 @@ You can interact with the subgraph via The Graph's hosted service:

## Queries

Below are a few ways to show how to query the Sablier subgraph for data. The queries show most of the information that
Below are a few ways to show how to query the Sablier V1 subgraph for data. The queries show most of the information that
is queryable, but there are many other filtering options that can be used. Just check out the GraphQL API.

### Query All Streams
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sablier/subgraph",
"description": "Subgraph for the Sablier cryptoasset streaming protocol",
"description": "Subgraph for the Sablier V1 token distribution protocol",
"version": "1.0.0",
"author": {
"name": "Sablier",
Expand All @@ -24,10 +24,7 @@
},
"license": "LGPL-3.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sablier-labs/v1-subgraph.git"
},
"repository": "github.com/sablier-labs/v1-subgraph",
"scripts": {
"build": "graph build --debug",
"clean": "rm -rf ./build ./src/types ./subgraph.yaml",
Expand Down

0 comments on commit beb72d6

Please sign in to comment.