From 40b44100042a5de05b46297b3da29cacbfc76622 Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Fri, 13 Jun 2025 16:20:51 -0700 Subject: [PATCH 1/3] Update quick-start.mdx Edited support matrix: Arbitrum-one now caught up --- 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 62d55d22fbb7..32ddc496bd56 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -72,7 +72,7 @@ Make sure to replace `` with the JWT Token generated from your API key. | BSC | ✅\* | ✅ | ✅ | | Base | ✅ | ✅ | ✅ | | Unichain | ✅ | ✅ | ✅ | -| Arbitrum-One | Ingesting\* | Ingesting\* | Ingesting\* | +| Arbitrum-One | ✅\* | ✅\* | ✅\* | | Optimism | ✅ | ✅ | ✅ | | Polygon | ✅ | ✅ | ✅ | | Avalanche | ✅ | ✅ | ✅ | From 00d3eb1ffb25603a4a1b4d96fa7f19634210a293 Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:58:39 -0700 Subject: [PATCH 2/3] Update quick-start.mdx hopefully fixed prettier --- 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 32ddc496bd56..5f50ac8e5820 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -72,7 +72,7 @@ Make sure to replace `` with the JWT Token generated from your API key. | BSC | ✅\* | ✅ | ✅ | | Base | ✅ | ✅ | ✅ | | Unichain | ✅ | ✅ | ✅ | -| Arbitrum-One | ✅\* | ✅\* | ✅\* | +| Arbitrum-One | ✅\* | ✅\* | ✅\* | | Optimism | ✅ | ✅ | ✅ | | Polygon | ✅ | ✅ | ✅ | | Avalanche | ✅ | ✅ | ✅ | From 4c380611ed195fb6f84b63b07ea3e7c90864fc8b Mon Sep 17 00:00:00 2001 From: Andrew <36178664+UrsaPolarisRecords@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:04:45 -0700 Subject: [PATCH 3/3] Update quick-start.mdx Prettier attempt #2 --- .../src/pages/en/token-api/quick-start.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/src/pages/en/token-api/quick-start.mdx b/website/src/pages/en/token-api/quick-start.mdx index 5f50ac8e5820..d43d2b5d2d86 100644 --- a/website/src/pages/en/token-api/quick-start.mdx +++ b/website/src/pages/en/token-api/quick-start.mdx @@ -66,16 +66,16 @@ 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 | ✅ | ✅ | ✅ | +| 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.