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

Optimism Goerli Infura support #3323

Closed
michaelxuwu opened this issue Sep 1, 2022 · 1 comment
Closed

Optimism Goerli Infura support #3323

michaelxuwu opened this issue Sep 1, 2022 · 1 comment
Assignees
Labels
investigate Under investigation and may be a bug.

Comments

@michaelxuwu
Copy link

michaelxuwu commented Sep 1, 2022

Ethers Version

5.7.0

Search Terms

optimism, goerli, infura

Describe the Problem

Similar to issue #3246, creating a InfuraProvider instance with 'optimism-goerli' generatesunsupported network error

Code Snippet

new ethers.providers.InfuraProvider(420, apiKey)

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

@ricmoo
Copy link
Member

ricmoo commented Oct 19, 2022

This has been updated in 5.7.2.

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate Under investigation and may be a bug.
Projects
None yet
Development

No branches or pull requests

3 participants
@ricmoo @michaelxuwu and others