Skip to content

Commit 636ac4a

Browse files
benfacebermchain
andauthored
Update Supported Networks table footnote (#608)
* For Brian: move strings from `SupportedNetworksTable` to MDX so a link can be added to them * Update supported-networks.mdx (#607) Updating a line in the Supported Networks footer. * No need for the fragment anymore * Force line break * Update copy in all languages (until it’s translated in Crowdin) --------- Co-authored-by: bermchain <[email protected]>
1 parent f1bc98a commit 636ac4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+126
-109
lines changed

website/pages/ar/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/cs/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/de/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/es/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/fr/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "ID de la chaîne",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Réseau décentralisé",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Réseau décentralisé"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/ha/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/hi/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/ja/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "チェーンID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "分散型ネットワーク",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "分散型ネットワーク"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/ko/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/mr/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/nl/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/pl/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/pt/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "ID da Chain",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Rede Descentralizada",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Rede Descentralizada"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

website/pages/ro/developing/supported-networks.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network",
8-
"supportedByUpgradeIndexer": "Supported only by upgrade Indexer",
9-
"supportsSubstreams": "Supports Substreams"
7+
"decentralizedNetwork": "Decentralized Network"
108
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export const getStaticProps = getStaticPropsForSupportedNetworks(__filename)
99

1010
<SupportedNetworksTable networks={props.networks} />
1111

12+
\* Preliminary network support via the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/)
13+
&#8288;<sup>†</sup> Supports Substreams
14+
1215
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
1316

1417
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.

0 commit comments

Comments
 (0)