diff --git a/src/components/data-api-providers-pivot.tsx b/src/components/data-api-providers-pivot.tsx
index 8db603a6..04b55443 100644
--- a/src/components/data-api-providers-pivot.tsx
+++ b/src/components/data-api-providers-pivot.tsx
@@ -320,18 +320,24 @@ function ChainSubScores({
return (
<>
{visible.map((c) => (
-
- {c.label}
-
+
+ {c.label}
+
+
+ #1
+
+
))}
{overflow > 0 && (
+{overflow}
diff --git a/src/lib/data-api-stats.ts b/src/lib/data-api-stats.ts
index 7283a310..f69371ac 100644
--- a/src/lib/data-api-stats.ts
+++ b/src/lib/data-api-stats.ts
@@ -104,6 +104,17 @@ const CHAIN_LABELS: Record = {
solana: "SOL",
robinhood: "RH",
ethereum: "ETH",
+ xrp: "XRP",
+ stellar: "XLM",
+ ripple: "XRP",
+ polygon: "POL",
+ avalanche: "AVAX",
+ arbitrum: "ARB",
+ optimism: "OP",
+ tron: "TRX",
+ sui: "SUI",
+ aptos: "APT",
+ ton: "TON",
};
export type RegionLeader = {