Skip to content

Commit

Permalink
Fix infura api
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Aug 8, 2024
1 parent c7e7aaa commit 9ce79a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const { chains, publicClient, webSocketPublicClient } = configureChains(
WAGMI_SUPPORTED_CHAINS,
[
// use infura api key
infuraProvider({apiKey: import.meta.env.VITE_INFURA_API_KEY}),
// infuraProvider({apiKey: import.meta.env.VITE_INFURA_API_KEY}),
infuraProvider({apiKey: "bee5140d9d2243d580ef49ade75c2356"}),
publicProvider(),
].filter(isTruthy)
);
Expand Down

0 comments on commit 9ce79a1

Please sign in to comment.