Skip to content

Commit

Permalink
adding a key from .env.local #32
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelPepe committed May 14, 2023
1 parent 961af66 commit c070a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { DiamondContextProvider } from '@/contexts';

const { chains, provider, webSocketProvider } = configureChains(
[polygon],
[alchemyProvider({ apiKey: 'Mz4PxJrs78Ud3oRJ3FlAcaPyvhLST_bw' })],
[alchemyProvider({ apiKey: process.env.NEXT_PUBLIC_ALCHEMY_API_KEY! })]
);

const { connectors } = getDefaultWallets({
Expand Down

0 comments on commit c070a17

Please sign in to comment.