Skip to content

Commit

Permalink
Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 19, 2022
1 parent 8745800 commit 74e3d98
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 74e3d98

Please sign in to comment.