Test parser for base/ethereum. #2678
Draft
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.


Description
Test parser for base/ethereum.
Note
Medium Risk
Broad documentation refactor to auto-render many method pages via
ParserOpenRPC, so spec/renderer issues can affect large sections of the reference. Also introduces new Base/Ethereum request URL handling in the interactive parser (and referencesETHEREUM_PROD_URL, which appears undefined), which could break builds or requests if misconfigured.Overview
Migrates Base and Ethereum JSON-RPC method docs from hand-written MDX (partials, examples, and custom notes) to a single
ParserOpenRPCembed per page, with titles/TOC hidden so the parser drives the layout.Extends
ParserOpenRPCto supportsrc="local"for Base and Ethereum by loading local OpenRPC specs and improving server URL discovery (checks bothserversandinfo.servers). It also selects a per-network default Infura request base URL (Base/Ethereum/Linea) when the spec doesn’t provide one.Updates
plugin-json-rpcto addbaseandethereumtoNETWORK_NAMES, and adds Base Infura URL constants inconstants.ts.Written by Cursor Bugbot for commit 84a74c4. This will update automatically on new commits. Configure here.