Skip to content

Commit

Permalink
Setting project_id back to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner committed Apr 23, 2024
1 parent d66180f commit 7a74a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/fullstack-app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { mainnet } from 'wagmi/chains'
import { createWeb3Modal, defaultWagmiConfig } from '@web3modal/wagmi/react'
import '@/styles/globals.css'

const PROJECT_ID = '86e78deb6cf634c706f45426dd186bf7'
const PROJECT_ID = ''

const chains = [mainnet]
const wagmiConfig = defaultWagmiConfig({ chains, projectId: PROJECT_ID })
Expand Down

0 comments on commit 7a74a43

Please sign in to comment.