Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed May 15, 2024
1 parent 2240e64 commit 5f0d234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/context/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { jsonRpcProvider } from "wagmi/providers/jsonRpc";
import { useToggleTheme } from "hooks/useToggleThemeContext";

const chains = [arbitrumSepolia, mainnet, gnosisChiado];
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "6efaa26765fa742153baf9281e218217";
const projectId = process.env.WALLETCONNECT_PROJECT_ID ?? "";

export const alchemyApiKey = process.env.ALCHEMY_API_KEY ?? "";

Expand Down

0 comments on commit 5f0d234

Please sign in to comment.