Skip to content

Commit 4884dc8

Browse files
azf20idalithbbenface
authored
Tweaks to supported networks (#699)
* tweaks to supported networks * lint * switch to "Integration type" * ar not arweave * lint * lint again * capital T * ** outside the translated slug * remove partiallySupportedOnNetwork * update common * lockfile * latest common * add note on CLI publishing Co-authored-by: Idalith <[email protected]> * lint * Update dependencies * `pnpm check:fix` --------- Co-authored-by: Idalith <[email protected]> Co-authored-by: benface <[email protected]>
1 parent 9fd9dcc commit 4884dc8

File tree

12 files changed

+1205
-1112
lines changed

12 files changed

+1205
-1112
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@edgeandnode/eslint-config": "^2.0.3",
2222
"eslint": "^8.57.0",
2323
"eslint-plugin-mdx": "^2.3.4",
24-
"prettier": "^3.2.5",
24+
"prettier": "^3.3.1",
2525
"prettier-plugin-tailwindcss": "^0.6.1",
2626
"remark-frontmatter": "^5.0.0",
2727
"remark-lint-first-heading-level": "^3.1.2",
2828
"remark-lint-heading-increment": "^3.1.2",
2929
"remark-lint-no-heading-punctuation": "^3.1.2",
3030
"remark-lint-restrict-elements": "workspace:*",
31-
"turbo": "^1.13.3",
31+
"turbo": "^1.13.4",
3232
"typescript": "^5.4.5"
3333
}
3434
}

packages/nextra-theme/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@radix-ui/react-collapsible": "^1.0.3",
4040
"@radix-ui/react-visually-hidden": "^1.0.3",
4141
"lodash": "^4.17.21",
42-
"react-intersection-observer": "^9.10.2",
42+
"react-intersection-observer": "^9.10.3",
4343
"react-use": "^17.5.0"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.15.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
47-
"@edgeandnode/go": "^6.21.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
46+
"@edgeandnode/gds": "5.15.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
47+
"@edgeandnode/go": "6.21.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
4848
"@emotion/react": "^11.11.4",
4949
"@types/lodash": "^4.17.4",
5050
"@types/react": "^18.3.3",
@@ -55,7 +55,7 @@
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
5757
"theme-ui": "^0.16.2",
58-
"tsup": "^8.0.2"
58+
"tsup": "^8.1.0"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240529.0",
19+
"@cloudflare/workers-types": "^4.20240605.0",
2020
"@types/react": "^18.3.3",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.11.0",
22+
"tsx": "^4.13.2",
2323
"typescript": "^5.4.5",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.58.0"
25+
"wrangler": "^3.60.0"
2626
}
2727
}

pnpm-lock.yaml

Lines changed: 1163 additions & 1073 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"typecheck": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@edgeandnode/common": "^6.8.1",
17-
"@edgeandnode/gds": "^5.15.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
18-
"@edgeandnode/go": "^6.21.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
16+
"@edgeandnode/common": "^6.9.2",
17+
"@edgeandnode/gds": "5.15.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
18+
"@edgeandnode/go": "6.21.0-sunrise-countdown-banner-1717224377798-b1bbf1b3777fe1360638f823941a169764039b97",
1919
"@emotion/react": "^11.11.4",
2020
"@graphprotocol/contracts": "6.2.1",
2121
"@graphprotocol/nextra-theme": "workspace:*",
@@ -41,8 +41,8 @@
4141
"fast-xml-parser": "^4.4.0",
4242
"graphql": "^16.8.1",
4343
"postcss": "^8.4.38",
44-
"tailwindcss": "^3.4.3",
45-
"tsx": "^4.11.0",
44+
"tailwindcss": "^3.4.4",
45+
"tsx": "^4.13.2",
4646
"unified": "^11.0.4"
4747
},
4848
"nextBundleAnalysis": {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"chainId": "Chain ID",
55
"hostedService": "Hosted Service",
66
"subgraphStudio": "Subgraph Studio",
7-
"decentralizedNetwork": "Decentralized Network"
7+
"decentralizedNetwork": "Decentralized Network",
8+
"integrationType": "Integration Type"
89
}

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,16 @@ 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
12+
\* Baseline network support provided by the [upgrade Indexer](https://thegraph.com/blog/upgrade-indexer/).
13+
\*\* Integration with Graph Node: `evm`, `near`, `cosmos`, `osmosis` and `ar` have native handler and type support in Graph Node. Chains which are Firehose- and Substreams-compatible can leverage the generalised [Substreams-powered subgraph](/cookbook/substreams-powered-subgraphs) integration (this includes `evm` and `near` networks). &#8288;<sup>†</sup> Supports deployment of [Substreams-powered subgraphs](/cookbook/substreams-powered-subgraphs).
1414

15-
The hosted service relies on the stability and reliability of the underlying technologies, namely the provided JSON RPC endpoints.
15+
- The hosted service and Subgraph Studio rely on the stability and reliability of the underlying technologies, for example JSON-RPC, Firehose and Substreams endpoints.
16+
- Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
17+
- If a subgraph was published via the CLI and picked up by an Indexer, it could technically be queried even without support, and efforts are underway to further streamline integration of new networks.
18+
- For a full list of which features are supported on the decentralized network, see [this page](https://github.com/graphprotocol/indexer/blob/main/docs/feature-support-matrix.md).
1619

17-
Subgraphs indexing Gnosis Chain can now be deployed with the `gnosis` network identifier. `xdai` is still supported for existing hosted service subgraphs.
18-
19-
For a full list of which features are supported on the decentralized network, see [this page](https://github.com/graphprotocol/indexer/blob/main/docs/feature-support-matrix.md).
20-
21-
Substreams-powered subgraphs indexing `mainnet` Ethereum are supported in Subgraph Studio and on the decentralized network.
22-
23-
## Graph Node
20+
## Running Graph Node locally
2421

2522
If your preferred network isn't supported on The Graph's decentralized network, you can run your own [Graph Node](https://github.com/graphprotocol/graph-node) to index any EVM-compatible network. Make sure that the [version](https://github.com/graphprotocol/graph-node/releases) you are using supports the network and you have the needed configuration.
2623

27-
Graph Node can also index other protocols, via a Firehose integration. Firehose integrations have been created for NEAR, Arweave and Cosmos-based networks.
24+
Graph Node can also index other protocols, via a Firehose integration. Firehose integrations have been created for NEAR, Arweave and Cosmos-based networks. Additionally, Graph Node can support Substreams-powered subgraphs for any network with Substreams support.

website/pages/fr/network/benefits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Les coûts des requêtes peuvent varier ; le coût indiqué est la moyenne au m
7373

7474
<sup>†</sup>Temps d'ingénierie basé sur une hypothèse de 200 $ de l'heure
7575

76-
<sup>‡</sup> en utilisant la fonction "max query budget" dans l'onglet "budget billing", tout en maintenant une qualité de
77-
service élevée
76+
<sup>‡</sup> en utilisant la fonction "max query budget" dans l'onglet "budget billing", tout en maintenant une qualité
77+
de service élevée
7878

7979
Les coûts estimés ne concernent que les subgraphs du Mainnet Ethereum - les coûts sont encore plus élevés en cas d'auto-hébergement d'un `graph-node` sur d'autres réseaux.
8080

website/pages/it/network/benefits.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ I costi di query possono variare; il costo indicato è quello medio al momento d
7373

7474
<sup>†</sup> Tempo di progettazione basato su un'ipotesi di $200 all'ora
7575

76-
<sup>‡</sup> utilizzando la funzione di budget massimo della query nella scheda di fatturazione del budget, mantenendo un'alta
77-
qualità del servizio
76+
<sup>‡</sup> utilizzando la funzione di budget massimo della query nella scheda di fatturazione del budget, mantenendo
77+
un'alta qualità del servizio
7878

7979
I costi previsti sono solo per i subgraph di Ethereum Mainnet - i costi sono ancora più alti quando si ospita un `graph-node` su altre reti.
8080

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ If you're making a lot of changes to your subgraph, it is not a good idea to con
220220
<VideoEmbed youtube="CzdQ3dFFrjo" />
221221

222222
- [The Graph Network Contracts](https://github.com/graphprotocol/contracts)
223-
- <a href="https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol">策展合约</a> - GNS 包裹的底层合约
224-
- 地址 - 0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538\`
223+
- <a href="https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol">策展合约</a> - GNS
224+
包裹的底层合约 - 地址 - 0x8fe00a685bcb3b2cc296ff6ffeab10aca4ce1538\`
225225
- [Subgraph Studio documentation](/deploying/subgraph-studio)

0 commit comments

Comments
 (0)