docs: add node101 to private RPC providers - #1723
Open
girginomer10 wants to merge 2 commits into
Open
girginomer10 wants to merge 2 commits into
girginomer10 wants to merge 2 commits into
Conversation
|
@girginomer10 is attempting to deploy a commit to the Consensys Incorporated Team on Vercel. A member of the Team first needs to authorize it. |
girginomer10
marked this pull request as ready for review
September 25, 2026 16:02
This branch has not been deployed
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.
Adds node101 to the private RPC provider table, following the invitation in #1701. The entry links to the node101 Linea service page and marks Linea API methods and WebSocket support.
The node101 team confirmed support for
linea_estimateGason 25 September 2026. WebSocket support is also documented on the service page. The Linea-specific capability is based on provider confirmation, not an independently executed endpoint test.Validation
npm run lintandnpm run typecheck: passed during preparation; the follow-up only replaces the verification marker with the existing supported-value notation.npm run build: passed on the final row, including generated Markdown documentation.npm run agent-docs:check: passed.git diff --check: passed; final PR scope is one file, five added lines.Related to #1701. Submitted on behalf of node101. This adds only the private-provider entry; it does not add a public endpoint.