remove alchemy

This commit is contained in:
Bill He 2023-09-27 16:31:06 -04:00
parent 4f57d4c7e0
commit 95b3c54e0b
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -71,7 +71,7 @@ export const WAGMI_SUPPORTED_CHAINS: Chain[] = [
];
const { chains, publicClient, webSocketPublicClient } = configureChains(WAGMI_SUPPORTED_CHAINS, [
alchemyProvider({ apiKey: import.meta.env.VITE_ALCHEMY_API_KEY }),
// alchemyProvider({ apiKey: import.meta.env.VITE_ALCHEMY_API_KEY }),
jsonRpcProvider({
rpc: (chain) => ({ http: chain.rpcUrls.default.http[0] }),
}),