Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add support for polygon amoy testnet #540

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

kcyeu
Copy link
Contributor

@kcyeu kcyeu commented Apr 12, 2024

As Polygon is deprecating Mumbai testnet and preferring the new testnet, Amoy. We are adding supports for Amoy accordingly in the implementation and test file.

Reference:

  1. Polygon Blog

Comment on lines 216 to 218
setChainWithDefaultRpcUrl(
"polygon_mumbai", ChainData("Polygon Mumbai", 80001, "https://rpc-mumbai.maticvigil.com")
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove mumbai, or is it not fully shut down yet and we should keep it for now?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per https://polygon.technology/blog/introducing-the-amoy-testnet-for-polygon-pos I've removed Mumbai:

No Goerli = broken Mumbai. The community consensus across the Polygon ecosystem has been to deprecate Mumbai in tandem with Goerli.

@mds1 mds1 merged commit 78f49b5 into foundry-rs:master Apr 24, 2024
3 checks passed
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.

None yet

2 participants