Skip to content

Commit 4f5e884

Browse files
Removing betas & updating based on sunrise (graphprotocol#545)
* Removing betas and small changes * Updating based on sunrise\ Also fixing hosted service capitalizations * Minor tweak * Addressing Benoit's feedback
1 parent 9439087 commit 4f5e884

12 files changed

+23
-31
lines changed

website/pages/en/chain-integration-overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ Protocol support for indexing rewards depends on the stakeholders' bandwidth to
4646

4747
### 4. How will priorities be handled?
4848

49-
Similar to #3, it will depend on overall readiness and involved stakeholders' bandwidth. For example, a new chain with a brand new Firehose implementation may take longer than integrations that have already been battle-tested or are farther along in the governance process. This is especially true for chains previously supported on the [Hosted Service](https://thegraph.com/hosted-service) or those relying on already tested stacks.
49+
Similar to #3, it will depend on overall readiness and involved stakeholders' bandwidth. For example, a new chain with a brand new Firehose implementation may take longer than integrations that have already been battle-tested or are farther along in the governance process. This is especially true for chains previously supported on the [hosted service](https://thegraph.com/hosted-service) or those relying on already tested stacks.

website/pages/en/cookbook/arweave.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Building Subgraphs on Arweave
33
---
44

5-
> Arweave support in Graph Node and on the Hosted Service is in beta: please reach us on [Discord](https://discord.gg/graphprotocol) with any questions about building Arweave subgraphs!
5+
> Arweave support in Graph Node and on the hosted service is in beta: please reach us on [Discord](https://discord.gg/graphprotocol) with any questions about building Arweave subgraphs!
66
77
In this guide, you will learn how to build and deploy Subgraphs to index the Arweave blockchain.
88

@@ -83,7 +83,7 @@ dataSources:
8383
```
8484
8585
- Arweave subgraphs introduce a new kind of data source (`arweave`)
86-
- The network should correspond to a network on the hosting Graph Node. On the Hosted Service, Arweave's mainnet is `arweave-mainnet`
86+
- The network should correspond to a network on the hosting Graph Node. On the hosted service, Arweave's mainnet is `arweave-mainnet`
8787
- Arweave data sources introduce an optional source.owner field, which is the public key of an Arweave wallet
8888

8989
Arweave data sources support two types of handlers:
@@ -150,9 +150,9 @@ Block handlers receive a `Block`, while transactions receive a `Transaction`.
150150

151151
Writing the mappings of an Arweave Subgraph is very similar to writing the mappings of an Ethereum Subgraph. For more information, click [here](/developing/creating-a-subgraph/#writing-mappings).
152152

153-
## Deploying an Arweave Subgraph on the Hosted Service
153+
## Deploying an Arweave Subgraph on the hosted service
154154

155-
Once your subgraph has been created on the Hosted Service dashboard, you can deploy by using the `graph deploy` CLI command.
155+
Once your subgraph has been created on the hosted service dashboard, you can deploy by using the `graph deploy` CLI command.
156156

157157
```bash
158158
graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --access-token <your-access-token>

website/pages/en/cookbook/upgrading-a-subgraph.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The process of upgrading is quick and your subgraphs will forever benefit from t
1111
### Prerequisites
1212

1313
- You have already deployed a subgraph on the hosted service.
14-
- The subgraph is indexing a chain available (or available in beta) on The Graph Network.
14+
- The subgraph is indexing a chain available on The Graph Network.
1515
- You have a wallet with ETH to publish your subgraph on-chain.
1616
- You have ~10,000 GRT to curate your subgraph so Indexers can begin indexing it.
1717

website/pages/en/developing/creating-a-subgraph.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dataSources:
143143
144144
The important entries to update for the manifest are:
145145
146-
- `description`: a human-readable description of what the subgraph is. This description is displayed by the Graph Explorer when the subgraph is deployed to the Hosted Service.
146+
- `description`: a human-readable description of what the subgraph is. This description is displayed by the Graph Explorer when the subgraph is deployed to the hosted service.
147147

148148
- `repository`: the URL of the repository where the subgraph manifest can be found. This is also displayed by The Graph Explorer.
149149

website/pages/en/developing/developer-faqs.mdx

+3-7
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,14 @@ someCollection(first: 1000, skip: <number>) { ... }
125125

126126
Currently, the recommended approach for a dapp is to add the key to the frontend and expose it to end users. That said, you can limit that key to a hostname, like _yourdapp.io_ and subgraph. The gateway is currently being run by Edge & Node. Part of the responsibility of a gateway is to monitor for abusive behavior and block traffic from malicious clients.
127127

128-
## 25. Where do I go to find my current subgraph on the Hosted Service?
128+
## 25. Where do I go to find my current subgraph on the hosted service?
129129

130130
Head over to the hosted service in order to find subgraphs that you or others deployed to the hosted service. You can find it [here](https://thegraph.com/hosted-service).
131131

132-
## 26. Will the Hosted Service start charging query fees?
132+
## 26. Will the hosted service start charging query fees?
133133

134134
The Graph will never charge for the hosted service. The Graph is a decentralized protocol, and charging for a centralized service is not aligned with The Graph’s values. The hosted service was always a temporary step to help get to the decentralized network. Developers will have a sufficient amount of time to upgrade to the decentralized network as they are comfortable.
135135

136-
## 27. When will the Hosted Service be shut down?
137-
138-
The hosted service will shut down in 2023. Read the announcement blog post [here](https://thegraph.com/blog/sunsetting-hosted-service). All dapps using the hosted service are encouraged to upgrade to the decentralized network. Network Grants are available for developers to help upgrade their subgraph to The Graph Network. If your dapp is upgrading a subgraph you can apply [here](https://thegraph.typeform.com/to/Zz8UAPri?typeform-source=thegraph.com).
139-
140-
## 28. How do I update a subgraph on mainnet?
136+
## 27. How do I update a subgraph on mainnet?
141137

142138
If you’re a subgraph developer, you can deploy a new version of your subgraph to the Subgraph Studio using the CLI. It’ll be private at that point, but if you’re happy with it, you can publish to the decentralized Graph Explorer. This will create a new version of your subgraph that Curators can start signaling on.

website/pages/en/developing/supported-networks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { getSupportedNetworks } from '@/src/getSupportedNetworks'
3535

3636
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
3737

38-
Ropsten, Rinkeby and Kovan are being deprecated. Read more on the [Ethereum Foundation Blog](https://blog.ethereum.org/2022/06/21/testnet-deprecation). As of Feb 25th 2023, Ropsten, Rinkeby and Kovan are no longer supported by the Hosted Service. Goerli will be maintained by client developers post-merge, and is also supported by the Hosted Service. Developers who currently use Ropsten, Rinkeby or Kovan as their staging/testing environment are encouraged to migrate to Goerli.
38+
Ropsten, Rinkeby and Kovan are being deprecated. Read more on the [Ethereum Foundation Blog](https://blog.ethereum.org/2022/06/21/testnet-deprecation). As of Feb 25th 2023, Ropsten, Rinkeby and Kovan are no longer supported by the hosted service. Goerli will be maintained by client developers post-merge, and is also supported by the hosted service. Developers who currently use Ropsten, Rinkeby or Kovan as their staging/testing environment are encouraged to migrate to Goerli.
3939

4040
Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
4141

website/pages/en/glossary.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: Glossary
1212

1313
- **Subgraph**: A custom API built on blockchain data that can be queried using [GraphQL](https://graphql.org/). Developers can build, deploy and publish subgraphs to The Graph's decentralized network. Then, Indexers can begin indexing subgraphs to make them available to be queried by subgraph consumers.
1414

15-
- **Hosted Service**: A temporary scaffold service for building and querying subgraphs as The Graph's decentralized network is maturing its cost of service, quality of service, and developer experience.
15+
- **Hosted service**: A temporary scaffold service for building and querying subgraphs as The Graph's decentralized network is maturing its cost of service, quality of service, and developer experience.
1616

1717
- **Indexers**: Network participants that run indexing nodes to index data from blockchains and serve GraphQL queries.
1818

website/pages/en/index.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"description": "Use Studio to create subgraphs"
2424
},
2525
"migrateFromHostedService": {
26-
"title": "Migrate from the Hosted Service",
27-
"description": "Migrating subgraphs to The Graph Network"
26+
"title": "Upgrade from the hosted service",
27+
"description": "Upgrading subgraphs to The Graph Network"
2828
}
2929
},
3030
"networkRoles": {
@@ -63,15 +63,14 @@
6363
},
6464
"hostedService": {
6565
"title": "Hosted Service",
66-
"description": "Create and explore subgraphs on the Hosted Service"
66+
"description": "Create and explore subgraphs on the hosted service"
6767
}
6868
}
6969
},
7070
"supportedNetworks": {
7171
"title": "Supported Networks",
72-
"description": "The Graph supports the following networks on The Graph Network and the Hosted Service.",
73-
"graphNetworkAndHostedService": "The Graph Network & Hosted Service",
74-
"hostedService": "Hosted Service",
75-
"betaWarning": "In beta."
72+
"description": "The Graph supports the following networks on The Graph Network and the hosted service.",
73+
"graphNetworkAndHostedService": "The Graph Network & hosted service",
74+
"hostedService": "hosted service"
7675
}
7776
}

website/pages/en/querying/querying-the-hosted-service.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Querying the Hosted Service
33
---
44

5-
With the subgraph deployed, visit the [Hosted Service](https://thegraph.com/hosted-service/) to open up a [GraphiQL](https://github.com/graphql/graphiql) interface where you can explore the deployed GraphQL API for the subgraph by issuing queries and viewing the schema.
5+
With the subgraph deployed, visit the [hosted service](https://thegraph.com/hosted-service/) to open up a [GraphiQL](https://github.com/graphql/graphiql) interface where you can explore the deployed GraphQL API for the subgraph by issuing queries and viewing the schema.
66

77
An example is provided below, but please see the [Query API](/querying/graphql-api) for a complete reference on how to query the subgraph's entities.
88

@@ -19,9 +19,9 @@ This query lists all the counters our mapping has created. Since we only create
1919
}
2020
```
2121

22-
## Using The Hosted Service
22+
## Using the hosted service
2323

24-
The Graph Explorer and its GraphQL playground is a useful way to explore and query deployed subgraphs on the Hosted Service.
24+
The Graph Explorer and its GraphQL playground is a useful way to explore and query deployed subgraphs on the hosted service.
2525

2626
Some of the main features are detailed below:
2727

website/pages/en/tokenomics.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Graph is a decentralized protocol that enables easy access to blockchain dat
1111

1212
It's similar to a B2B2C model, except it is powered by a decentralized network of participants. Network participants work together to provide data to end users in exchange for GRT rewards. GRT is the work utility token that coordinates data providers and consumers. GRT serves as a utility for coordinating data providers and consumers within the network and incentivizes protocol participants to organize data effectively.
1313

14-
By using The Graph, users can easily access data from the blockchain, paying only for the specific information they need. The Graph is used by many [popular applications](https://thegraph.com/explorer) in the web3 ecosystem today.
14+
By using The Graph, users can easily access data from the blockchain, paying only for the specific information they need. The Graph is used by many [popular dapps](https://thegraph.com/explorer) in the web3 ecosystem today.
1515

1616
The Graph indexes blockchain data similarly to how Google indexes the web. In fact, you may already be using The Graph without realizing it. If you've viewed the front end of a dapp that gets its data from a subgraph, you queried data from a subgraph!
1717

website/pages/it/developing/supported-networks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { getSupportedNetworks } from '@/src/getSupportedNetworks'
3535

3636
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
3737

38-
Ropsten, Rinkeby and Kovan are being deprecated. Read more on the [Ethereum Foundation Blog](https://blog.ethereum.org/2022/06/21/testnet-deprecation). As of Feb 25th 2023, Ropsten, Rinkeby and Kovan are no longer supported by the Hosted Service. Goerli will be maintained by client developers post-merge, and is also supported by the Hosted Service. Developers who currently use Ropsten, Rinkeby or Kovan as their staging/testing environment are encouraged to migrate to Goerli.
38+
Ropsten, Rinkeby and Kovan are being deprecated. Read more on the [Ethereum Foundation Blog](https://blog.ethereum.org/2022/06/21/testnet-deprecation). As of Feb 25th 2023, Ropsten, Rinkeby and Kovan are no longer supported by the hosted service. Goerli will be maintained by client developers post-merge, and is also supported by the hosted service. Developers who currently use Ropsten, Rinkeby or Kovan as their staging/testing environment are encouraged to migrate to Goerli.
3939

4040
Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
4141

website/src/IndexPage.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,6 @@ export function SupportedNetworks() {
404404
)
405405
})}
406406
</ul>
407-
<Text.P14 color="White64" sx={{ mt: '32px' }}>
408-
*{t('index.supportedNetworks.betaWarning')}
409-
</Text.P14>
410407
</div>
411408
</>
412409
)

0 commit comments

Comments
 (0)