Skip to content

Commit

Permalink
setup wallet connect project id import (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Jan 9, 2024
1 parent a7973c9 commit f5b2a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/rewards-dashboard/src/providers/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { WalletConnectConnector } from "wagmi/connectors/walletConnect";
import { arbitrum, mainnet } from "@gfxlabs/oku-chains";
const CHAINS_LIST = [arbitrum, mainnet];

const envProjectId = process.env.VITE_APP_WALLET_CONNECT_PROJECT_ID;
const envProjectId = import.meta.env.VITE_APP_WALLET_CONNECT_PROJECT_ID;
const projectId = envProjectId
? envProjectId
: "dummy-wc-key";
Expand Down

0 comments on commit f5b2a7d

Please sign in to comment.