From afcbe8afcd1d3a241c1a4b9e69d5a86b56404f4e Mon Sep 17 00:00:00 2001 From: Martin <57139098+maradeeym@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:11:14 +0200 Subject: [PATCH 1/3] Update ton-http-apis.md --- docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md index 9c9e73127d..861f0f5ae6 100644 --- a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md +++ b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md @@ -34,6 +34,7 @@ There are different ways to connect to blockchain: * [toncenter/ton-http-api](https://github.com/toncenter/ton-http-api) — run your own RPC node. * [nownodes.io](https://nownodes.io/nodes) — NOWNodes full Nodes and blockbook Explorers via API. * [Chainbase](https://chainbase.com/chainNetwork/TON) — Node API and data infrastructure for The Open Network. +* [dRPC](https://drpc.org/chainlist/ton) - dRPC is an aggregation layer of RPC nodes with AI based load-balancer responsible for the best possible price and performance. ## Indexer From b137117d3934e620bda6fede76b5711b8b905d97 Mon Sep 17 00:00:00 2001 From: Martin <57139098+maradeeym@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:41:43 +0200 Subject: [PATCH 2/3] Update ton-http-apis.md --- docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md index 861f0f5ae6..ecdf2017e9 100644 --- a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md +++ b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md @@ -34,7 +34,7 @@ There are different ways to connect to blockchain: * [toncenter/ton-http-api](https://github.com/toncenter/ton-http-api) — run your own RPC node. * [nownodes.io](https://nownodes.io/nodes) — NOWNodes full Nodes and blockbook Explorers via API. * [Chainbase](https://chainbase.com/chainNetwork/TON) — Node API and data infrastructure for The Open Network. -* [dRPC](https://drpc.org/chainlist/ton) - dRPC is an aggregation layer of RPC nodes with AI based load-balancer responsible for the best possible price and performance. +* [dRPC](https://drpc.org/chainlist/ton) - dRPC is an aggregation layer of RPC nodes with AI based load-balancer responsible for optimizing the price and performance. ## Indexer From fb3b18f60a163349defaf072997882b0540fbe95 Mon Sep 17 00:00:00 2001 From: Martin <57139098+maradeeym@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:43:30 +0200 Subject: [PATCH 3/3] Update ton-http-apis.md --- docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md index ecdf2017e9..e550b344e6 100644 --- a/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md +++ b/docs/v3/guidelines/dapps/apis-sdks/ton-http-apis.md @@ -34,7 +34,7 @@ There are different ways to connect to blockchain: * [toncenter/ton-http-api](https://github.com/toncenter/ton-http-api) — run your own RPC node. * [nownodes.io](https://nownodes.io/nodes) — NOWNodes full Nodes and blockbook Explorers via API. * [Chainbase](https://chainbase.com/chainNetwork/TON) — Node API and data infrastructure for The Open Network. -* [dRPC](https://drpc.org/chainlist/ton) - dRPC is an aggregation layer of RPC nodes with AI based load-balancer responsible for optimizing the price and performance. +* [dRPC](https://drpc.org/chainlist/ton) - dRPC is an RPC node aggregation layer with an AI-based load balancer that optimizes price and performance. ## Indexer