Skip to content

Commit

Permalink
fix env var
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFungible committed Dec 9, 2023
1 parent 5ccdf29 commit 6d300e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/WagmiConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { publicProvider } from 'wagmi/providers/public';

const { chains, publicClient } = configureChains(
[sepolia],
[alchemyProvider({ apiKey: process.env.ALCHEMY_ID! }), publicProvider()],
[alchemyProvider({ apiKey: process.env.NEXT_PUBLIC_ALCHEMY_ID! }), publicProvider()],
);

const { connectors } = getDefaultWallets({
Expand Down

0 comments on commit 6d300e4

Please sign in to comment.