Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/providers.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client'

import React from 'react'
import { FrameProvider } from '@/components/farcaster-provider'
import { WalletProvider } from '@/components/wallet-provider'

Expand Down
1 change: 1 addition & 0 deletions components/safe-area-container.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import type { SafeAreaInsets } from '@/types'

interface SafeAreaContainerProps {
Expand Down
1 change: 1 addition & 0 deletions components/wallet-provider.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import { farcasterMiniApp as miniAppConnector } from '@farcaster/miniapp-wagmi-connector'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { http, WagmiProvider, createConfig } from 'wagmi'
Expand Down
12 changes: 12 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Required: Your app's public URL (used for frame metadata and OG images)
NEXT_PUBLIC_URL=https://your-app-domain.com

# Optional: Vercel deployment URL (auto-set on Vercel)
NEXT_PUBLIC_VERCEL_URL=https://your-app.vercel.app

# Required for notifications and webhooks: Upstash Redis credentials
UPSTASH_REDIS_REST_URL=https://your-redis-url.upstash.io
UPSTASH_REDIS_REST_TOKEN=your-redis-token

# Optional: Neynar API key for webhook verification
NEYNAR_API_KEY=your-neynar-api-key