We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b333b commit 719b01dCopy full SHA for 719b01d
src.ts/providers/provider-alchemy.ts
@@ -42,7 +42,7 @@ const defaultApiKey = "_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC"
42
function getHost(name: string): string {
43
switch(name) {
44
case "mainnet":
45
- return "eth-mainnet.alchemyapi.io";
+ return "eth-mainnet.g.alchemy.com";
46
case "goerli":
47
return "eth-goerli.g.alchemy.com";
48
case "sepolia":
0 commit comments