-
-
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
Make it possible to instantiate AlchemyProvider for more chains. #3811
Comments
Added in v6.0.6. Let me know if you still have any issues. Thanks! :) |
Hi, Thanks @ricmoo it works for optimism and arbitrum, but still not for
|
Try |
Could it be that it is registered as
maticmum ?
|
|
Ok. I’ll look into it tomorrow. :) |
Mumbai works in v6.0.8 now. Thanks! :) |
Describe the Feature
When creating the AlchemyProvider using this call
new ethers.AlchemyProvider(chainId, apiKey)
with the chainId being on of mainnet and testnet of Arbitrum(42161, 421613) and Optimism(10, 420) and the testnet for Polygon(80001) it throwsunsupported network (argument="network", value="unknown", code=INVALID_ARGUMENT, version=6.0.5)
Code Example
No response
The text was updated successfully, but these errors were encountered: