Skip to content

Commit 719b01d

Browse files
committed
Update Alchemy URL endpoint for mainnet (#5052).
1 parent 94b333b commit 719b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/provider-alchemy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const defaultApiKey = "_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC"
4242
function getHost(name: string): string {
4343
switch(name) {
4444
case "mainnet":
45-
return "eth-mainnet.alchemyapi.io";
45+
return "eth-mainnet.g.alchemy.com";
4646
case "goerli":
4747
return "eth-goerli.g.alchemy.com";
4848
case "sepolia":

0 commit comments

Comments
 (0)