Skip to content

Commit

Permalink
Merge pull request #242 from PaulRBerg/refactor/update-sablier-links
Browse files Browse the repository at this point in the history
refactor: update sablier domain
  • Loading branch information
PaulRBerg authored Aug 28, 2023
2 parents 5081751 + 9369ab9 commit 206e08d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ yarn create eth-app my-eth-app --template compound
- **Aimed at Experience Architects**: As Kames CG argues in [Ethereum Growth's Problem](https://medium.com/horizin/ethereums-growth-problem-5cab86734917), the Ethereum ecosystem is in
a much greater need for top-notch product creators, not smart contract developers. Create Eth App does
not enable a smart contract development environment, expecting you to import your own ABIs or build on top of
an established protocol like [Maker](https://makerdao.com), [Compound](https://compound.finance/) or [Sablier](https://sablier.finance)
an established protocol like [Maker](https://makerdao.com), [Compound](https://compound.finance/) or [Sablier](https://sablier.com)

- **Not Reinventing The Wheel**: Under the hood, you use Create React App, one of the most popular and battle-tested frontend development
environments.
Expand Down
2 changes: 1 addition & 1 deletion templates/react/default/packages/subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph that indexes the blockchain data
repository: https://github.com/sablierhq/sablier-subgraph
repository: https://github.com/sablier-labs/sablier-subgraph
schema:
file: ./schema.graphql
dataSources:
Expand Down
4 changes: 2 additions & 2 deletions templates/react/sablier-v1/README.md.ctx
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"learn": {
"name": "Sablier v1",
"url": "https://docs.sablier.finance/"
"url": "https://docs.sablier.com/"
},
"subgraphQuery": {
"key": "streams",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { gql } from "@apollo/client";

// See more example queries on https://thegraph.com/explorer/subgraph/sablierhq/sablier
// See more example queries on https://thegraph.com/explorer/subgraph/sablier-labs/sablier
const GET_STREAMS = gql`
{
streams(first: 10, orderBy: timestamp, orderDirection: desc) {
Expand Down
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"
}
}
2 changes: 1 addition & 1 deletion templates/vue/default/packages/subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specVersion: 0.0.4
description: Subgraph that indexes the blockchain data
repository: https://github.com/sablierhq/sablier-subgraph
repository: https://github.com/sablier-labs/sablier-subgraph
schema:
file: ./schema.graphql
dataSources:
Expand Down
4 changes: 2 additions & 2 deletions templates/vue/sablier-v1/README.md.ctx
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"items": [
{
"label": "Core Docs",
"url": "https://docs.sablier.finance/"
"url": "https://docs.sablier.com/"
},
{
"label": "Community Chat",
"url": "https://discord.gg/KXajCXC/"
},
{
"label": "Twitter",
"url": "https://twitter.com/sablierhq/"
"url": "https://twitter.com/sablier-labs/"
}
],
"name": "Sablier v1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import gql from "graphql-tag";

// See more example queries on https://thegraph.com/explorer/subgraph/sablierhq/sablier
// See more example queries on https://thegraph.com/explorer/subgraph/sablier-labs/sablier
const GET_STREAMS = gql`
{
streams(first: 10, orderBy: timestamp, orderDirection: desc) {
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/sablier-v1/packages/vue-app/src/main.js.ctx
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"
}
}

0 comments on commit 206e08d

Please sign in to comment.