Skip to content

fix: replace dead cloudflare-eth.com mainnet rpc preset - #12484

Merged
guanbinrui merged 1 commit into
developfrom
fix/replace-dead-cloudflare-eth-rpc
Sep 10, 2026
Merged

fix: replace dead cloudflare-eth.com mainnet rpc preset#12484
guanbinrui merged 1 commit into
developfrom
fix/replace-dead-cloudflare-eth-rpc

Conversation

@swkatmask

Copy link
Copy Markdown
Contributor

Cloudflare is deprecating the legacy public cloudflare-eth.com gateway hostname — JSON-RPC calls now fail with -32046 Cannot fulfill request, so every client whose AB-test seed sticks them on that endpoint gets -32603 Internal error on all Mainnet read-only calls (there is no failover in ProviderURL.from).

Changes

  • packages/web3-shared/evm/src/constants/viem-chains.ts: replace the dead third Mainnet RPC entry with https://rpc.mevblocker.io (verified working with browser-compatible CORS: reflects any Origin, allows POST + Content-Type on preflight).
  • packages/plugins/Debugger/src/SiteAdaptor/components/ConnectionContent.tsx: stop hardcoding the dead URL in onAddNetwork; use ProviderURL.fromOfficial(ChainId.Mainnet) instead.

@vercel

vercel Bot commented Sep 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated
book Skipped Skipped Sep 10, 2026 1:28pm UTC

Request Review

@guanbinrui
guanbinrui merged commit 266f573 into develop Sep 10, 2026
11 checks passed
@guanbinrui
guanbinrui deleted the fix/replace-dead-cloudflare-eth-rpc branch September 10, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants