Skip to content

Commit

Permalink
hardcode project id #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelPepe committed Oct 9, 2023
1 parent b8f5361 commit fc7277b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Set up environment variables
run: echo ${{ secrets.PROJECT_ID }} > ../.env
- name: Install dependencies
run: npm install
- name: Build with Vite
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/wagmiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {polygon} from "@wagmi/core/chains";
import {getDefaultWallets} from "@rainbow-me/rainbowkit";
import { arbitrum, base, optimism, zora } from 'viem/chains';

const PROJECT_ID = import.meta.env.VITE_PROJECT_ID!;
// const PROJECT_ID = import.meta.env.VITE_PROJECT_ID!;
const PROJECT_ID = "f5f4ef3634a6aa0af5a1d5516608377a";
console.log('walletConnect PROJECT_ID: ', PROJECT_ID);

export const { chains, publicClient } = configureChains(
Expand Down

0 comments on commit fc7277b

Please sign in to comment.