Skip to content

Commit

Permalink
Added arbitrum-goerli to Networks and AlchemyProvider (ethers-io#3246).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 17, 2024
1 parent e098616 commit 9ffb7cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/providers/src.ts/alchemy-provider.ts
Expand Up @@ -73,6 +73,9 @@ export class AlchemyProvider extends UrlJsonRpcProvider {
case "arbitrum-goerli":
host = "arb-goerli.g.alchemy.com/v2/";
break;
case "arbitrum-goerli":
host = "arb-goerli.g.alchemy.com/v2/";
break;
case "optimism":
host = "opt-mainnet.g.alchemy.com/v2/";
break;
Expand Down

0 comments on commit 9ffb7cf

Please sign in to comment.