Skip to content

docs: add SolidRPC node provider - #1154

Open
DamianFigiel wants to merge 1 commit into
Uniswap:mainfrom
DamianFigiel:codex/add-solidrpc-rpc-provider
Open

docs: add SolidRPC node provider#1154
DamianFigiel wants to merge 1 commit into
Uniswap:mainfrom
DamianFigiel:codex/add-solidrpc-rpc-provider

Conversation

@DamianFigiel

@DamianFigiel DamianFigiel commented Sep 2, 2026

Copy link
Copy Markdown

Summary

Adds SolidRPC to the Unichain node provider directory.

The entry lists authenticated HTTPS access for Unichain Mainnet, with upstream routing, failover, monitoring, and recovery handled behind a single integration.

The introductory callout was also clarified because provider capabilities vary and SolidRPC does not advertise WebSocket support.

Type of change

  • Fix (typo, broken link, incorrect or outdated content)
  • New content (guide, page, code example)
  • Update to existing content
  • Other

How has this been verified?

  • Confirmed the SolidRPC documentation and network catalog are publicly accessible
  • Confirmed Unichain appears in the SolidRPC network catalog
  • Ran git diff --check

Applicable screenshots

Not applicable — documentation-only provider entry.

Anything else reviewers should know?

The entry lists Unichain Mainnet only. It does not claim Unichain Sepolia, public keyless, or WebSocket support.

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Thanks for contributing to Uniswap Docs! 🦄

Quick heads up on how this repo works: the docs you see on developers.uniswap.org are built from a separate source repo. When we accept a change here, we port it over there, so your fix might show up on the live site before it lands in this repo.

Updates to this repo come in batches on a regular cadence. When yours is included, you'll be credited as a co-author on the commit, so the contribution counts on your GitHub profile and in Uniswap/docs.

We review every PR but can't merge everything. Either way, someone from the docs team will follow up here once we've taken a look.

One legal bit: by submitting a PR you agree your contribution is licensed under the repo's MIT license.

Comment on lines +91 to +99
## 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)

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.

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Review summary

Small, self-contained content change to content/unichain/tools/node-providers.mdx:

  • Adds a new SolidRPC entry, matching the existing structure/format used by other providers (heading, description, "get started" link, ### Supported networks list).
  • Updates the intro <Callout> from "All third-party node providers listed below support WebSocket connections" to a more accurate "providers may offer additional method support, higher limits, archive access, or WebSocket connections — check each provider's docs." This is a good correction since it was already inaccurate for other listed providers that don't advertise WebSocket support (e.g. Chainstack, dRPC), and it stays consistent with the PR's claim that SolidRPC itself doesn't support WebSocket.
  • No contract addresses, chain IDs, or code samples are touched.
  • MDX/heading structure and markdown formatting look valid and consistent with sibling entries; no broken anchors.

One item worth a maintainer's eye (left as an inline comment): this PR adds a brand-new, previously-unlisted domain (solidrpc.io) to the docs. I couldn't fetch external URLs from this sandboxed review environment, so I can't independently confirm the site is a legitimate, operational RPC provider with real Unichain support rather than a promotional/placeholder listing. Recommend a quick manual check of solidrpc.io, solidrpc.io/docs, and solidrpc.io/docs/networks before merge.

Otherwise this looks like a clean, low-risk documentation update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant