Skip to content

Commit

Permalink
Update _app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jatiinyadav authored Mar 6, 2025
1 parent 380bb6e commit 837688f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { metaMask } from "wagmi/connectors";

const erebrus_wallet = Cookies.get("erebrus_wallet");
const queryClient = new QueryClient();
const projectId = process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID;
const projectId = process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID ?? "";

const metadata = {
name: "Erebrus",
Expand Down

0 comments on commit 837688f

Please sign in to comment.