Skip to content

fix: Replace deprecated Polygon Amoy RPC endpoint#4856

Open
ibruno wants to merge 1 commit into
wevm:mainfrom
ibruno:fix/change-legacy-polygon-rpc
Open

fix: Replace deprecated Polygon Amoy RPC endpoint#4856
ibruno wants to merge 1 commit into
wevm:mainfrom
ibruno:fix/change-legacy-polygon-rpc

Conversation

@ibruno

@ibruno ibruno commented Jul 17, 2026

Copy link
Copy Markdown

Polygon announced that its free public RPC endpoints are being retired: Amoy on July 17, 2026, and Polygon Mainnet on July 31, 2026. The Amoy hostname no longer resolves, so the default polygonAmoy transport currently fails.

Announcement: https://forum.polygon.technology/t/deprecation-of-polygons-public-rpc-endpoints-mainnet-amoy/22014

This replaces the deprecated Amoy endpoint with https://polygon-amoy.drpc.org, one of the alternative providers listed by Polygon. The Polygon Mainnet chain definition already uses https://polygon.drpc.org, so no Mainnet code change is required.

Validation:

  • pnpm check
  • pnpm contracts:build
  • Verified eth_chainId returns 80002 from the new Amoy endpoint
  • Verified eth_chainId returns 137 from the existing Mainnet dRPC endpoint

@vercel

vercel Bot commented Jul 17, 2026

Copy link
Copy Markdown

@ibruno is attempting to deploy a commit to the Wevm Team on Vercel.

A member of the Team first needs to authorize it.

@changeset-bot

changeset-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3067f43

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
viem Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ibruno ibruno changed the title Replace deprecated Polygon Amoy RPC endpoint fix: Replace deprecated Polygon Amoy RPC endpoint Jul 17, 2026
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.

1 participant