Skip to content

Commit a7f79a5

Browse files
Gnosis and tweaks (#266)
* Gnosis and tweaks * Update pages/en/deploying/deploying-a-subgraph-to-hosted.mdx Co-authored-by: Benoît Rouleau <[email protected]> Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 4971d75 commit a7f79a5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

pages/en/deploying/deploying-a-subgraph-to-hosted.mdx

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22
title: Deploying a Subgraph to the Hosted Service
33
---
44

5-
If you have not checked out already, check out how to write the files that make up a [subgraph manifest](/developing/creating-a-subgraph#the-subgraph-manifest) and how to install the [Graph CLI](https://github.com/graphprotocol/graph-cli) to generate code for your subgraph. Now, it's time to deploy your subgraph to the Hosted Service, also known as the Hosted Service.
5+
To see instructions on how to deploy your subgraph to the Hosted Service, [click here](#create-a-hosted-service-account).
6+
7+
If you have not checked out already, check out how to write the files that make up a [subgraph manifest](/developing/creating-a-subgraph#the-subgraph-manifest) and how to install the [Graph CLI](https://github.com/graphprotocol/graph-cli) to generate code for your subgraph. Now, it's time to deploy your subgraph to the Hosted Service.
68

79
## Supported networks
810

9-
The following networks are supported in beta on the Hosted Service:
11+
The following networks are fully supported on the Hosted Service:
12+
13+
- `mainnet` (Ethereum)
14+
- `gnosis`
1015

11-
### Ethereum
16+
The following networks are supported in beta on the Hosted Service:
1217

13-
- `mainnet`
1418
- `goerli`
1519
- `poa-core`
1620
- `poa-sokol`
17-
- `gnosis`
1821
- `matic` (now known as Polygon)
1922
- `mumbai`
2023
- `fantom`
@@ -43,7 +46,7 @@ The following networks are supported in beta on the Hosted Service:
4346
4447
> Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
4548
46-
> Note that if an EVM compatible chain is not supported on the Hosted Service, you can run your own [graph-node](https://github.com/graphprotocol/graph-node) to index it.
49+
> If an EVM compatible chain is not supported on the Hosted Service, you can run your own [graph-node](https://github.com/graphprotocol/graph-node) to index it.
4750
4851
### Near
4952

pages/en/network-transition-faq.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The table below illustrates where each chain is in the network integration proce
8585
| Chain / Network | Announcing integration on The Graph Network | Network Integration complete | Phase 1: disable new subgraphs on hosted service | Phase 2: disable subgraph upgrades on hosted service | Phase 3: disable subgraphs on hosted service |
8686
| --- | :-: | :-: | :-: | :-: | :-: |
8787
| Ethereum ||| | | |
88-
| Gnosis (formerly xDAI) || | | | |
88+
| Gnosis (formerly xDAI) || | | | |
8989
| Polygon || | | | |
9090

9191
\*This table will not include test chains, which remain free in [Subgraph Studio](https://thegraph.com/studio/).

0 commit comments

Comments
 (0)