Skip to content

Commit 74e3d98

Browse files
committed
Fixed Alchemy goerli URL. (#3320, #3323, #3340, #3358, #3423)
1 parent 8745800 commit 74e3d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/providers/src.ts/alchemy-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class AlchemyProvider extends UrlJsonRpcProvider {
5959
host = "eth-mainnet.alchemyapi.io/v2/";
6060
break;
6161
case "goerli":
62-
host = "eth-goerli.g.alchemyapi.io/v2/";
62+
host = "eth-goerli.g.alchemy.com/v2/";
6363
break;
6464
case "matic":
6565
host = "polygon-mainnet.g.alchemy.com/v2/";

0 commit comments

Comments
 (0)