-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
AlchemyProvider does not yet support Polygon Amoy Testnet #4645
Comments
Please support this ethers. It is direly needed for some of us who are testing. |
I'm using StaticJsonRpcProvider with Alchemy url and it's working but it would be great if ethers adds support for amoy to AlchemyProvider and InfuraProvider. |
Temporarily, "HTTPS URL" can be used with JsonRpcProvider in v6 like this: const provider = new ethers.JsonRpcProvider("https://polygon-amoy.g.alchemy.com/v2/********"); |
amoy is still not supported it says hardhat-verify found one or more errors during the verification process: Etherscan: |
when using infura key it does work |
Yeah this works, the reason is that for a specific use case, we have multiple endpoints. The URL one is easier for future proofing, but then it means every time there is a change we have to go back and change all the endpoints again to the URL scheme. I did upvote this though because this is the right answer for getting something working. |
I’ve added it to the ethers default key last week for Infura and the network is available in the latest GitHub version. It is possible that Etherscan doesn’t permit access to it without getting your own key? I’ll be publishing to npm tomorrow. |
Thank you ricmoo! Appreciate all the work. |
Added in v6.12.0. Let me know if there are any more issues or once additional providers have added the network. Thanks! :) |
Hi @ricmoo, thanks a lot for introducing support of the amoy testnet! would you please also support it with the EtherScan/PolygonScan provider?
Thanks a lot for your effort! |
Added Polygon Amoy Testnet Support for EtherScan #4711 |
Last time I looked there wasn’t an Etherscan Amoy endpoint, but if there is now, I can certainly add it. :) |
Do we support this? I checked on the document, and it's still updated yet? |
Describe the Feature
Following Georli deprecation and replacement by Sepolia, Polygon Mumbai testnet will follow the same path and be replaced by Polygon Amoy test.
As announced by Alchemy, they released last week their Amoy provider and will stop support for Mumbai before the 17th of April.
As seen here https://docs.ethers.org/v6/api/providers/thirdparty/#AlchemyProvider, ethers AlchemyProvider does not yet support Amoy network. Is there a plan to upgrade the library in order to migrate smoothly? That would be perfect and a great help from you.
Code Example
No response
The text was updated successfully, but these errors were encountered: