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

fix(infura | arbitrum-goerli): add support for arbitrum-goerli to infuraprovider #3340

Closed
wants to merge 1 commit into from

Conversation

cmwhited
Copy link

@cmwhited cmwhited commented Sep 8, 2022

Description

When attempting to instantiate a new providers.InfuraProvider instance using the arbitrum-goerli chain id (421613), as such:

import { providers } from 'ethers'

const provider = new providers.InfuraProvider(421613, 'key')

throws the unsupported network error.

arbitrum goerli is now supported by infura.

@cmwhited cmwhited changed the title fix(infura | arbirum-goerli): add support for arbitrum-goerli to infuraprovider fix(infura | arbitrum-goerli): add support for arbitrum-goerli to infuraprovider Sep 8, 2022
@mirshko
Copy link

mirshko commented Oct 13, 2022

+1 @ricmoo

@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants