Skip to content

Commit f1070a9

Browse files
committed
Change “Substreams-Powered Subgraphs” card on home page to “Token API”
1 parent a63146b commit f1070a9

25 files changed

+142
-140
lines changed

website/src/HomePage.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ import { NetworkType } from '@pinax/graph-networks-registry'
22

33
import { ButtonOrLink, ExperimentalLink, Tooltip } from '@edgeandnode/gds'
44
import {
5+
APIToken,
56
Firehose,
67
GraphExplorer,
78
GraphNode,
89
SocialYouTube,
910
Subgraph,
1011
Substreams,
11-
SubstreamsPoweredSubgraph,
1212
} from '@edgeandnode/gds/icons'
1313
import { NetworkIcon } from '@edgeandnode/go'
1414

@@ -83,12 +83,14 @@ export default function HomePage({ supportedNetworks }: { supportedNetworks: Sup
8383
</div>
8484
<div className="grid grid-cols-1 gap-4 lg:grid-cols-3">
8585
<Card
86-
title={t('index.products.sps.title')}
87-
description={t('index.products.sps.description')}
88-
cta={<ExperimentalLink href="/sps/tutorial/">{t('index.products.sps.cta')}</ExperimentalLink>}
86+
title={t('index.products.tokenApi.title')}
87+
description={t('index.products.tokenApi.description')}
88+
cta={
89+
<ExperimentalLink href="/token-api/quick-start/">{t('index.products.tokenApi.cta')}</ExperimentalLink>
90+
}
8991
icon={
9092
<div className="flex size-8 items-center justify-center rounded-4 bg-space-1400 text-white">
91-
<SubstreamsPoweredSubgraph size={4} />
93+
<APIToken size={4} />
9294
</div>
9395
}
9496
/>

website/src/pages/ar/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Fetch and consume blockchain data with parallel execution.",
2020
"cta": "Develop with Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-Powered Subgraphs",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Set up a Substreams-powered subgraph"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph Node",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgraphs",
7171
"substreams": "متعدد-السلاسل",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/cs/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Fetch and consume blockchain data with parallel execution.",
2020
"cta": "Develop with Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-Powered Subgraphs",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Set up a Substreams-powered subgraph"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Uzel Graf",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Podgrafy",
7171
"substreams": "Substreams",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/de/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Abrufen und Konsumieren von Blockchain-Daten mit paralleler Ausführung.",
2020
"cta": "Entwickeln mit Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-getriebene Subgraphen",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Einrichten eines Substreams-powered Subgraphen"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph-Knoten",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgraphs",
7171
"substreams": "Substreams",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/en/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Fetch and consume blockchain data with parallel execution.",
2020
"cta": "Develop with Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-Powered Subgraphs",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Set up a Substreams-powered subgraph"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph Node",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgraphs",
7171
"substreams": "Substreams",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/es/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Obtén y consume datos de blockchain con ejecución paralela.",
2020
"cta": "Desarrolla con Substreams"
2121
},
22-
"sps": {
23-
"title": "Subgrafos impulsados por Substreams",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Configura un subgrafo impulsado por Substreams"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph Node",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgrafos",
7171
"substreams": "Corrientes secundarias",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/fr/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Fetch and consume blockchain data with parallel execution.",
2020
"cta": "Develop with Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-Powered Subgraphs",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Set up a Substreams-powered subgraph"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Nœud de The Graph",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgraphs",
7171
"substreams": "Substreams",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/hi/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "ब्लॉकचेन डेटा प्राप्त करें और समानांतर निष्पादन के साथ उपयोग करें।",
2020
"cta": "सबस्ट्रीम के साथ विकसित करें"
2121
},
22-
"sps": {
23-
"title": "सबस्ट्रीम पावर्ड सबग्राफ",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "सबस्ट्रीम-संचालित सबग्राफ सेट करें"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph Node",
@@ -70,7 +70,7 @@
7070
"subgraphs": "सबग्राफ",
7171
"substreams": "सबस्ट्रीम",
7272
"firehose": "Firehose",
73-
"tokenapi": "टोकन API"
73+
"tokenApi": "टोकन API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/it/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "Fetch and consume blockchain data with parallel execution.",
2020
"cta": "Develop with Substreams"
2121
},
22-
"sps": {
23-
"title": "Substreams-Powered Subgraphs",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "Set up a Substreams-powered subgraph"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "Graph Node",
@@ -70,7 +70,7 @@
7070
"subgraphs": "Subgraphs",
7171
"substreams": "Substreams",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

website/src/pages/ja/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"description": "並列実行でブロックチェーンのデータを取得し、使用できます。",
2020
"cta": "サブストリームを使用する"
2121
},
22-
"sps": {
23-
"title": "サブストリームを用いたサブグラフ",
24-
"description": "Boost your subgraph's efficiency and scalability by using Substreams.",
25-
"cta": "サブストリームを用いたサブグラフの設定を行う"
22+
"tokenApi": {
23+
"title": "Token API",
24+
"description": "Query token data and leverage native MCP support.",
25+
"cta": "Develop with Token API"
2626
},
2727
"graphNode": {
2828
"title": "グラフノード",
@@ -70,7 +70,7 @@
7070
"subgraphs": "サブグラフ",
7171
"substreams": "サブストリーム",
7272
"firehose": "Firehose",
73-
"tokenapi": "Token API"
73+
"tokenApi": "Token API"
7474
}
7575
},
7676
"networkGuides": {
@@ -83,7 +83,7 @@
8383
"title": "Substreams quick start",
8484
"description": "Stream high-speed data for real-time indexing."
8585
},
86-
"tokenapi": {
86+
"tokenApi": {
8787
"title": "The Graph's Token API",
8888
"description": "Query token data and leverage native MCP support."
8989
},

0 commit comments

Comments
 (0)