-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
27 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Celo RPC URL (optional, defaults to public RPC)
CELO_RPC_URL=https://forno.celo.org
# ⚠️ CRITICAL: Airdrop Wallet Private Key
# This wallet will send 0.01 CELO to each minter
# KEEP THIS SECRET! Never commit to git!
AIRDROP_WALLET_PRIVATE_KEY=0x...your_private_key_here...
# Celoscan API Key (for leaderboard and NFT data fetching)
# Get your free API key from https://celoscan.io/myapikey
CELOSCAN_API_KEY=X83R8MW5FKH3VM4DR5DY659VZRSTCGHYI5
# Optional: Custom RPC for better reliability (Alchemy, Infura, etc.)
# CELO_RPC_URL=https://celo-mainnet.infura.io/v3/YOUR_PROJECT_ID
# Vercel KV (Redis) Environment Variables
# Add your actual values from Vercel Dashboard
KV_URL="paste_your_kv_url_here"
KV_REST_API_URL="paste_your_rest_api_url_here"
KV_REST_API_TOKEN="paste_your_rest_api_token_here"
KV_REST_API_READ_ONLY_TOKEN="paste_your_read_only_token_here"
REDIS_URL="paste_your_redis_url_here"
# Bitquery API Key (recommended - more reliable than Celoscan)
# Get your free API key from https://bitquery.io/
# BITQUERY_API_KEY=your_bitquery_key_here