We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ethers-io
Learn more about funding links in repositories.
Report abuse
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
5.7.0
optimism, goerli, infura
Similar to issue #3246, creating a InfuraProvider instance with 'optimism-goerli' generatesunsupported network error
unsupported network error
new ethers.providers.InfuraProvider(420, apiKey)
No response
`unsupported network (argument="network", value={"name":"optimism-goerli","chainId":420,"ensAddress":null,"_defaultProvider":null}, code=INVALID_ARGUMENT, version=providers/5.7.0)`
The text was updated successfully, but these errors were encountered:
Update testnets for third-party providers (#3320, #3323, #3340, #3358, …
2a3a2e1
…#3423).
Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423)
74e3d98
This has been updated in 5.7.2.
Thanks! :)
Sorry, something went wrong.
ethers.js 5.7.2
Update testnets for third-party providers (ethers-io#3320, ethers-io#…
b8534c8
…3323, ethers-io#3340, ethers-io#3358, ethers-io#3423).
Fixed Alchemy goerli URL. (ethers-io#3320, ethers-io#3323, ethers-io#…
97e5e65
…3340, ethers-io#3358, ethers-io#3423)
ricmoo
No branches or pull requests
Ethers Version
5.7.0
Search Terms
optimism, goerli, infura
Describe the Problem
Similar to issue #3246, creating a InfuraProvider instance with 'optimism-goerli' generates
unsupported network error
Code Snippet
Contract ABI
No response
Errors
`unsupported network (argument="network", value={"name":"optimism-goerli","chainId":420,"ensAddress":null,"_defaultProvider":null}, code=INVALID_ARGUMENT, version=providers/5.7.0)`
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: