-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #242 from PaulRBerg/refactor/update-sablier-links
refactor: update sablier domain
- Loading branch information
Showing
11 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"description": "Sablier is the protocol for real-time finance on the Ethereum blockchain. Just like you can stream movies on Netflix or music on Spotify, so you can stream money on Sablier. Read more about it in the [official documentation](https://docs.sablier.finance/).", | ||
"description": "Sablier is the protocol for real-time finance on the Ethereum blockchain. Just like you can stream movies on Netflix or music on Spotify, so you can stream money on Sablier. Read more about it in the [official documentation](https://docs.sablier.com/).", | ||
"packages": [ | ||
"[contracts](/packages/contracts)", | ||
"[react-app](/packages/react-app)" | ||
], | ||
"subgraphName": "Sablier v1", | ||
"subgraphUrl": "https://thegraph.com/explorer/subgraph/sablierhq/sablier", | ||
"subgraphUrl": "https://thegraph.com/explorer/subgraph/sablier-labs/sablier", | ||
"templateName": "Sablier v1", | ||
"templateUrl": "https://github.com/paulrberg/create-eth-app/tree/develop/templates/react/sablier-v1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
templates/react/sablier-v1/packages/react-app/src/graphql/subgraph.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"subgraph": { | ||
"comment": "// This is the official Sablier v1 subgraph. You can replace it with your own, if you need to.", | ||
"url": "https://api.thegraph.com/subgraphs/name/sablierhq/sablier" | ||
"url": "https://api.thegraph.com/subgraphs/name/sablier-labs/sablier" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"description": "Sablier is the protocol for real-time finance on the Ethereum blockchain. Just like you can stream movies on Netflix or music on Spotify, so you can stream money on Sablier. Read more about it in the [official documentation](https://docs.sablier.finance/).", | ||
"description": "Sablier is the protocol for real-time finance on the Ethereum blockchain. Just like you can stream movies on Netflix or music on Spotify, so you can stream money on Sablier. Read more about it in the [official documentation](https://docs.sablier.com/).", | ||
"packages": [ | ||
"[contracts](/packages/contracts)", | ||
"[vue-app](/packages/vue-app)" | ||
], | ||
"subgraphName": "Sablier v1", | ||
"subgraphUrl": "https://thegraph.com/explorer/subgraph/sablierhq/sablier", | ||
"subgraphUrl": "https://thegraph.com/explorer/subgraph/sablier-labs/sablier", | ||
"templateName": "Sablier v1", | ||
"templateUrl": "https://github.com/paulrberg/create-eth-app/tree/develop/templates/vue/sablier-v1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
templates/vue/sablier-v1/packages/vue-app/src/graphql/subgraph.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"subgraph": { | ||
"url": "https://api.thegraph.com/subgraphs/name/sablierhq/sablier" | ||
"url": "https://api.thegraph.com/subgraphs/name/sablier-labs/sablier" | ||
} | ||
} |