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 Support #3246

Closed
kelokchan opened this issue Aug 8, 2022 · 5 comments
Closed

Optimism Goerli Support #3246

kelokchan opened this issue Aug 8, 2022 · 5 comments
Assignees
Labels
enhancement New feature or improvement. fixed/complete This Bug is fixed or Enhancement is complete and published.

Comments

@kelokchan
Copy link

Ethers Version

5.6.9

Search Terms

No response

Describe the Problem

Currently if I create an AlchemyProvider with { chainID: 420, name: 'Goerli Opt' } I will get unsupported network error. Any timeline on when optimism goerli support will be added?

Code Snippet

new providers.AlchemyWebSocketProvider(
      420,
      'xxx'
    )

Contract ABI

No response

Errors

Error: unsupported network (argument="network", value={"name":"optimism-goerli","chainId":420,"ensAddress":null,"_defaultProvider":null}, code=INVALID_ARGUMENT, version=providers/5.6.8)

Environment

No response

Environment (Other)

No response

@kelokchan kelokchan added the investigate Under investigation and may be a bug. label Aug 8, 2022
@ricmoo ricmoo added enhancement New feature or improvement. on-deck This Enhancement or Bug is currently being worked on. and removed investigate Under investigation and may be a bug. labels Aug 9, 2022
@ricmoo
Copy link
Member

ricmoo commented Aug 9, 2022

This change has be added to the v5.7 branch and will be released with the upcoming minor bump.

@ricmoo ricmoo added the fixed/complete This Bug is fixed or Enhancement is complete and published. label Aug 15, 2022
@ricmoo
Copy link
Member

ricmoo commented Aug 19, 2022

Added in v5.7.0.

Thanks! :)

@ricmoo ricmoo closed this as completed Aug 19, 2022
@ricmoo ricmoo removed the on-deck This Enhancement or Bug is currently being worked on. label Aug 19, 2022
@Prashanth004
Copy link

Any plans for supporting InfuraProvider with "optimism-goerli" and "arbitrum-goerli" netwroks?

@ricmoo
Copy link
Member

ricmoo commented Oct 6, 2022

Oh yes, of course. The details were in a PR which I missed during my last sweep (I was focused on issues).

Thanks for the reminder.

@nirtusbro
Copy link

That's nice to hear, we are having trouble with this. Do you know when this might be released?

Woodpile37 pushed a commit to Woodpile37/ethers.js that referenced this issue Jan 14, 2024
Woodpile37 pushed a commit to Woodpile37/ethers.js that referenced this issue Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement. fixed/complete This Bug is fixed or Enhancement is complete and published.
Projects
None yet
Development

No branches or pull requests

4 participants