Skip to content

Commit

Permalink
Merge pull request #50 from kleros/kemuru-patch-1
Browse files Browse the repository at this point in the history
chore: remove walletconnect api key
  • Loading branch information
jaybuidl authored May 15, 2024
2 parents 33b544e + 55eebb8 commit 15a24d0
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 @@ -9,7 +9,7 @@ import { useToggleTheme } from "hooks/useToggleThemeContext";
import { useTheme } from "styled-components";

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

const { publicClient, webSocketPublicClient } = configureChains(chains, [
alchemyProvider({ apiKey: process.env.ALCHEMY_API_KEY ?? "" }),
Expand Down

0 comments on commit 15a24d0

Please sign in to comment.