Skip to content

Commit

Permalink
Fixed Alchemy goerli URL. (ethers-io#3320, ethers-io#3323, ethers-io#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 41bc489 commit 97e5e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/src.ts/alchemy-provider.ts
Expand Up @@ -59,7 +59,7 @@ export class AlchemyProvider extends UrlJsonRpcProvider {
host = "eth-mainnet.alchemyapi.io/v2/";
break;
case "goerli":
host = "eth-goerli.g.alchemyapi.io/v2/";
host = "eth-goerli.g.alchemy.com/v2/";
break;
case "matic":
host = "polygon-mainnet.g.alchemy.com/v2/";
Expand Down

0 comments on commit 97e5e65

Please sign in to comment.