Skip to content

Commit 7806d19

Browse files
Adding supported networks (#152)
* Adding supported networks * Adding to "Hosted Service" * Adding to dev FAQ * minor
1 parent 65f55b8 commit 7806d19

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

pages/en/developer/create-subgraph-hosted.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ The `graph init` command can be used to set up a new subgraph project, either fr
88

99
## Supported Networks
1010

11-
The Graph Network supports subgraphs indexing mainnet Ethereum:
11+
The Graph Network supports subgraphs indexing the Ethereum mainnet and Rinkeby testnet:
1212

1313
- `mainnet`
14+
- `rinkeby`
1415

1516
**Additional Networks are supported in beta on the Hosted Service**:
1617

@@ -45,6 +46,9 @@ The Graph Network supports subgraphs indexing mainnet Ethereum:
4546
- `aurora-testnet`
4647
- `boba`
4748
- `harmony`
49+
- `arweave-mainnet`
50+
- `cosmoshub-4`
51+
- `theta-testnet-001` (this is the current Cosmos Hub testnet)
4852

4953
The Graph's Hosted Service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints. Newer networks will be marked as being in beta until the network has proven itself in terms of stability, reliability, and scalability. During this beta period, there is a risk of downtime and unexpected behaviour.
5054

pages/en/developer/developer-faq.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ curl -X POST -d '{ "query": "{indexingStatusForCurrentVersion(subgraphName: \"or
101101

102102
The graph-node supports any EVM-compatible JSON RPC API chain.
103103

104-
The Graph Network supports subgraphs indexing mainnet Ethereum:
104+
The Graph Network supports subgraphs indexing the Ethereum mainnet and Rinkeby testnet:
105105

106106
- `mainnet`
107+
- `rinkeby`
107108

108109
In the Hosted Service, the following networks are supported:
109110

@@ -132,6 +133,9 @@ In the Hosted Service, the following networks are supported:
132133
- Arbitrum Testnet (on Rinkeby)
133134
- Optimism
134135
- Optimism Testnet (on Kovan)
136+
- Arweave mainnet
137+
- CosmosHub
138+
- CosmosHub Testnet
135139

136140
There is work in progress towards integrating other blockchains, you can read more in our repo: [RFC-0003: Multi-Blockchain Support](https://github.com/graphprotocol/rfcs/pull/8/files).
137141

pages/en/hosted-service/what-is-hosted-service.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The example subgraph is based on the Gravity contract by Dani Grant that manages
4444

4545
## Supported Networks on the Hosted Service
4646

47-
Please note that the following networks are supported on the Hosted Service. Networks outside of Ethereum mainnet ('mainnet') are not currently supported on [The Graph Explorer.](https://thegraph.com/explorer)
47+
Please note that the following networks are supported on the Hosted Service. Networks outside of Ethereum mainnet ('mainnet') and Rinkeby testnet are not currently supported on [The Graph Explorer.](https://thegraph.com/explorer)
4848

4949
- `mainnet`
5050
- `kovan`
@@ -77,3 +77,6 @@ Please note that the following networks are supported on the Hosted Service. Net
7777
- `aurora-testnet`
7878
- `boba`
7979
- `harmony`
80+
- `arweave-mainnet`
81+
- `cosmoshub-4`
82+
- `theta-testnet-001` (this is the current Cosmos Hub testnet)

0 commit comments

Comments
 (0)