Optimism Goerli Support
See original GitHub issueEthers 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
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Optimism Goerli - Testnets - Alchemy
Optimism Goerli is the blockchain's public testnet that lets developers test their deployed smart contracts with Optimism Goerli ETH.
Read more >Network Faucets - Optimism Docs
Goerli Faucets. These are faucets you can use to get test ETH on Goerli. We recommend getting Goerli ETH from Alchemy's faucet here...
Read more >OP Labs on Twitter: "On Jan. 12, Optimism's Goerli Testnet is ...
On Jan. 12, Optimism's Goerli Testnet is migrating to Bedrock! Most users & apps won't be impacted by the upgrade, and we're working...
Read more >Optimism's Goerli Testnet to Migrate to Bedrock on January 12th
It will allow Optimism to reduce fees, incorporate multiple proof mechanisms including ZK proofs, and support multiple execution clients. After ...
Read more >Connect Metamask to OGOR Optimistic Ethereum Testnet Goerli
Optimistic Ethereum Testnet Goerli is an EVM equivalent Optimistic Rollup chain. It's designed to be fast, simple, and secure - but solely for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This change has be added to the v5.7 branch and will be released with the upcoming minor bump.
That’s nice to hear, we are having trouble with this. Do you know when this might be released?