remove alchemy
This commit is contained in:
parent
4f57d4c7e0
commit
95b3c54e0b
@ -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] }),
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user