Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion content/unichain/tools/node-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Callout>

Expand Down Expand Up @@ -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)
Comment on lines +91 to +99

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flagging for human verification: this introduces a new, previously-unlisted third-party domain (solidrpc.io) into the docs, including a live link a reader could click to send traffic/credentials to it. I wasn't able to fetch the site in this sandbox to confirm it's a legitimate, operational RPC provider with real Unichain support (vs. a placeholder/parked domain or promotional listing). Before merging, please have a maintainer independently confirm:

  • solidrpc.io resolves and is operated by a real RPC service
  • solidrpc.io/docs and solidrpc.io/docs/networks exist and actually list Unichain Mainnet
  • The service doesn't overlap with an existing spam-listing pattern seen in other provider-directory PRs

No contract addresses or chain IDs are affected, but new external domains added to official docs warrant the same scrutiny.

Loading