Skip to content

Commit

Permalink
fixes pnpm only
Browse files Browse the repository at this point in the history
  • Loading branch information
Adebesin-Cell committed Jun 29, 2024
1 parent 4c56898 commit f9f1562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import config from "./index";
const chainArray = config.alchemyChain === "goerli" ? goerli : mainnet;

export const { chains, publicClient } = configureChains(
[chainArray],
[alchemyProvider({ apiKey: config.alchemyApiKey }), publicProvider()],
[chainArray],
[alchemyProvider({ apiKey: config.alchemyApiKey }), publicProvider()]
);

0 comments on commit f9f1562

Please sign in to comment.