From b97efd2bd5cbaca153ee84b44651337f3fedc611 Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Tue, 8 Jul 2025 15:31:56 -0700 Subject: [PATCH 1/2] Update quick-start.mdx Added Solana, reformatted table slightly (evm-tokens doesn't make sense for Solana) --- .../src/pages/en/token-api/quick-start.mdx | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/website/src/pages/en/token-api/quick-start.mdx b/website/src/pages/en/token-api/quick-start.mdx index 3906d1776a41..8b100e910bac 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -68,18 +68,19 @@ Make sure to replace `` with the JWT Token generated from your API key. ## Chain and Feature Support -| Network | evm-tokens | evm-uniswaps | evm-nft-tokens | -| ---------------- | :-------------------------: | :-------------------------: | :-------------------------: | -| Ethereum Mainnet | | | | -| BSC | | | | -| Base | | | | -| Unichain | | | | -| Arbitrum-One | \* | \* | \* | -| Optimism | | | | -| Polygon | | | | -| Avalanche | | | | - -\*Some chains are still in the process of syncing. You may encounter `bad_database_response` errors or incorrect response values until data is fully synced. +| Network | Tokens | Swaps | NFTs | +| ---------------- | :-----------------------: | :-----------------------: | :-----------------------: | +| Ethereum Mainnet | | | | +| BSC | | | | +| Base | | | | +| Unichain | | | | +| Arbitrum-One | | | | +| Optimism | | | | +| Polygon | | | | +| Avalanche | | | | +| Solana | | | ❌ Unsupported | + +A full list of chain support for The Graph services can be found in [The Graph Docs](https://thegraph.com/docs/en/supported-networks/). ## Troubleshooting From 2c0a8efdac20c24f93f2263e9c8446dc4d494167 Mon Sep 17 00:00:00 2001 From: benface Date: Wed, 9 Jul 2025 13:12:21 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20=E2=80=9CThe=20Graph=20Docs=E2=80=9D?= =?UTF-8?q?=20link=20(we=E2=80=99re=20already=20in=20the=20docs=20:P)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/pages/en/token-api/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/token-api/quick-start.mdx b/website/src/pages/en/token-api/quick-start.mdx index 8b100e910bac..2651dfabb32d 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -80,7 +80,7 @@ Make sure to replace `` with the JWT Token generated from your API key. | Avalanche | | | | | Solana | | | ❌ Unsupported | -A full list of chain support for The Graph services can be found in [The Graph Docs](https://thegraph.com/docs/en/supported-networks/). +A full list of chain support for The Graph services can be found [here](/supported-networks/). ## Troubleshooting