From d6126bce46953bbcb50456337bc494dd239985b4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Sep 2026 13:41:31 +0200 Subject: [PATCH 1/2] doc: add BoltRPC to MegaETH mainnet RPC providers 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 --- docs/dev/tooling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev/tooling.md b/docs/dev/tooling.md index 1916808..c1ec392 100644 --- a/docs/dev/tooling.md +++ b/docs/dev/tooling.md @@ -12,6 +12,8 @@ description: Developer tooling and infrastructure partners on MegaETH — RPC pr | MegaETH | WebSocket | [Docs](https://docs.megaeth.com/developer-docs/overview-2) | `wss://mainnet.megaeth.com/ws` | Supported | | Alchemy | HTTP | [Docs](https://www.alchemy.com/docs/megaeth/megaeth-api-overview) | No public endpoint (API key required) | Supported | | Alchemy | WebSocket | [Docs](https://www.alchemy.com/docs/megaeth/megaeth-api-overview) | No public endpoint (API key required) | Supported | +| BoltRPC | HTTP | [Docs](https://boltrpc.io/networks/megaeth) | No public endpoint (API key required) | Supported | +| BoltRPC | WebSocket | [Docs](https://boltrpc.io/networks/megaeth) | No public endpoint (API key required) | Supported | | QuickNode | HTTP | [Docs](https://www.quicknode.com/chains/megaeth) | No public endpoint (API key required) | Supported | | QuickNode | WebSocket | [Docs](https://www.quicknode.com/chains/megaeth) | No public endpoint (API key required) | Supported | | QuickNode | Webhooks | [Docs](https://www.quicknode.com/docs/megaeth/api-overview#supported-products) | No public endpoint (API key required) | Supported | From 968629630e80941753a1bbdf078ff9beac7ebab9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Sep 2026 13:58:26 +0200 Subject: [PATCH 2/2] chore: re-trigger CI after proactive audit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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