From 20f0064b7265e6d8843a81adfcdf6dd31277cc40 Mon Sep 17 00:00:00 2001 From: Damian Figiel Date: Wed, 2 Sep 2026 12:44:38 +0200 Subject: [PATCH] docs: add SolidRPC node provider --- content/unichain/tools/node-providers.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/unichain/tools/node-providers.mdx b/content/unichain/tools/node-providers.mdx index 46491bdd5..9ac5dd93e 100644 --- a/content/unichain/tools/node-providers.mdx +++ b/content/unichain/tools/node-providers.mdx @@ -7,7 +7,7 @@ description: Discover RPC and WebSocket node providers for Unichain mainnet and The public RPC endpoint [mainnet.unichain.org](https://mainnet.unichain.org) only supports standard `JSON-RPC` calls and should not be used in production systems. -All third-party node providers listed below support `WebSocket` connections for real-time data. +Third-party providers may offer additional method support, higher limits, archive access, or `WebSocket` connections. Check each provider's documentation for current capabilities. @@ -87,3 +87,13 @@ Get started [here](https://documentation.onfinality.io/support/getting-started) ### Supported networks - [Unichain Mainnet](https://onfinality.io/networks/unichain) - [Unichain Sepolia Testnet](https://onfinality.io/networks/unichain-sepolia) + +## SolidRPC + +[SolidRPC](https://solidrpc.io) provides managed EVM JSON-RPC over HTTPS for Unichain, with upstream routing, failover, monitoring, and recovery handled behind a single integration. Authenticated plans support production workloads and historical access. + +See the [SolidRPC documentation](https://solidrpc.io/docs) to get started. + +### Supported networks + +- [Unichain Mainnet](https://solidrpc.io/docs/networks)