docs: add SolidRPC node provider#1731
Open
DamianFigiel wants to merge 1 commit into
Open
Conversation
Collaborator
🟡 Heimdall Review Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed? Why?
Added SolidRPC to the Base node provider directory.
SolidRPC supports Base Mainnet and Base Sepolia through authenticated JSON-RPC endpoints over HTTPS. The service provides full and archive access, standard Ethereum methods, and trace/debug APIs for Base. A free plan is available, with paid plans for higher limits and production workloads.
Notes to reviewers
This change only adds a provider entry and follows the structure used by the existing node-provider listings. It does not modify Base network configuration or recommend a keyless public endpoint.
How has it been tested?
Documentation-only change.
git diff --check