-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.local.example
More file actions
18 lines (14 loc) · 657 Bytes
/
.env.local.example
File metadata and controls
18 lines (14 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# RPC Proxy Environment Variables
# WalletConnect (Required)
# Get free project ID from: https://cloud.walletconnect.com/
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=your_walletconnect_project_id_here
# Primary Provider (Alchemy)
# Single API key works for all chains (routing is automatic)
ALCHEMY_API_KEY=your_alchemy_api_key_here
# Fallback Provider (Infura)
# Single API key works for all chains (routing is automatic)
INFURA_API_KEY=your_infura_api_key_here
# Rate Limiting (Vercel KV - Optional for Development)
# Get these from Vercel Dashboard → Storage → KV
KV_REST_API_URL=https://your-kv-instance.upstash.io
KV_REST_API_TOKEN=your_kv_token_here