doc: add BoltRPC to MegaETH mainnet RPC providers - #106
Merged
0xBreadguy merged 2 commits intoSep 2, 2026
Merged
Conversation
Add BoltRPC HTTP and WebSocket rows to the tooling page. BoltRPC operates dedicated MegaETH infrastructure with API-key authenticated endpoints documented at boltrpc.io/networks/megaeth. Co-authored-by: Cursor <cursoragent@cursor.com>
Claude review status
✅ Review clean Last reviewed: head New this round: 0 finding(s), 0 question(s) · Resolved this round: 0 · Open questions: 0 |
KubilayJackson
marked this pull request as ready for review
September 2, 2026 11:44
No content changes — bot review failed on fork write permissions (MODEL_ACTION_FAILED) without publishing inline findings. Local mise run lint still passes. Co-authored-by: Cursor <cursoragent@cursor.com>
Member
|
Going to close and re-open to test the claude error resolution path. |
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.
Summary
Add BoltRPC to the Tooling & Infrastructure RPC provider table for MegaETH mainnet (HTTP + WebSocket).
BoltRPC operates dedicated MegaETH infrastructure and exposes standard JSON-RPC over API-key-authenticated endpoints. Documentation: https://boltrpc.io/networks/megaeth
Changes
docs/dev/tooling.md(HTTP, WebSocket)No public endpoint (API key required)— consistent with Alchemy, QuickNode, Chainstack, etc.Bot review status
mega-maxwell[bot]did not publish content findings on the first two runs:MODEL_ACTION_FAILEDin phasereview_retryActor does not have write permissions to the repository(fork PR; bot cannot post inline review on external contributor branches)This push re-triggers CI. Maintainer may need to Approve workflow runs on the fork PR for the
Lintjob to execute remotely.Proactive audit (local, same as upstream CI)
mise run fmtmise run lint(lychee + markdownlint + prettier)|boltrpc.io/networks/megaeth, same pattern as Chainstack)Test plan
Lintpasses@0xBreadguyhuman review / merge