From d038b005a36b1955528509880d08e65a780bfc68 Mon Sep 17 00:00:00 2001 From: ATrump Date: Wed, 13 May 2026 18:57:31 -0300 Subject: [PATCH 1/2] update TON Center v2 repository references to the C++ implementation --- ecosystem/api/overview.mdx | 6 +++--- ecosystem/api/toncenter/v2/overview.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ecosystem/api/overview.mdx b/ecosystem/api/overview.mdx index 997eebe44..4423ec5ce 100644 --- a/ecosystem/api/overview.mdx +++ b/ecosystem/api/overview.mdx @@ -44,8 +44,8 @@ Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, d - [TON node and liteserver source](https://github.com/ton-blockchain/ton) - [Mainnet liteserver config][c], [testnet config][c-tn] - [TON Center landing page](https://toncenter.com) -- [TON Center v2 (Python, older) source and deploy instructions][etc-v2-src] -- [TON Center v2 (C++, newer) source and deploy instructions](https://github.com/toncenter/ton-http-api-cpp) +- [TON Center v2 (Python, older) source and deploy instructions](https://github.com/toncenter/ton-http-api) +- [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src] - [TON Center v3 source and deploy instructions][etc-v3-src] - [TonAPI site](https://tonapi.io), [REST docs][eta-doc], [Swagger][eta-swagger] - [OpenTonAPI (limited open-source)][eta-oss-src] @@ -60,7 +60,7 @@ Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, d [etc-v2]: https://toncenter.com/api/v2 [etc-v2-tn]: https://testnet.toncenter.com/api/v2 -[etc-v2-src]: https://github.com/toncenter/ton-http-api +[etc-v2-src]: https://github.com/toncenter/ton-http-api-cpp [etc-v2-doc]: /ecosystem/api/toncenter/v2/overview [etc-v3]: https://toncenter.com/api/v3 [etc-v3-tn]: https://testnet.toncenter.com/api/v3 diff --git a/ecosystem/api/toncenter/v2/overview.mdx b/ecosystem/api/toncenter/v2/overview.mdx index 9c202e287..5fff7e8bd 100644 --- a/ecosystem/api/toncenter/v2/overview.mdx +++ b/ecosystem/api/toncenter/v2/overview.mdx @@ -92,4 +92,4 @@ Requests without an API key are limited to a default rate of 1 request per secon ### Self-hosted service -Run a self-hosted TON Center API v2 infrastructure for full control over performance and data retention. See the [API v2](https://github.com/toncenter/ton-http-api) repository for setup instructions. +Run a self-hosted TON Center API v2 infrastructure for full control over performance and data retention. See the [API v2](https://github.com/toncenter/ton-http-api-cpp) repository for setup instructions. From e32c216a430390639b9d6ddfdf989d1c0eee6afe Mon Sep 17 00:00:00 2001 From: ATrump Date: Thu, 14 May 2026 12:50:24 -0300 Subject: [PATCH 2/2] Change APIs order --- ecosystem/api/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem/api/overview.mdx b/ecosystem/api/overview.mdx index 4423ec5ce..2e6015493 100644 --- a/ecosystem/api/overview.mdx +++ b/ecosystem/api/overview.mdx @@ -44,8 +44,8 @@ Access TON data via public liteservers, hosted APIs (TON Center v2/v3, TonAPI, d - [TON node and liteserver source](https://github.com/ton-blockchain/ton) - [Mainnet liteserver config][c], [testnet config][c-tn] - [TON Center landing page](https://toncenter.com) -- [TON Center v2 (Python, older) source and deploy instructions](https://github.com/toncenter/ton-http-api) - [TON Center v2 (C++, newer, recommended) source and deploy instructions][etc-v2-src] +- [TON Center v2 (Python, older) source and deploy instructions](https://github.com/toncenter/ton-http-api) - [TON Center v3 source and deploy instructions][etc-v3-src] - [TonAPI site](https://tonapi.io), [REST docs][eta-doc], [Swagger][eta-swagger] - [OpenTonAPI (limited open-source)][eta-oss-src]