-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.env.example
More file actions
61 lines (54 loc) · 2.51 KB
/
Copy path.env.example
File metadata and controls
61 lines (54 loc) · 2.51 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Exit Hatch Environment Variables
# Copy this file to .env.local and fill in your values
# ============================================
# RPC URLs (server-only, used by API routes)
# These are NOT exposed to the browser
# ============================================
# MAINNET_L1_RPC=https://eth.llamarpc.com
# OPTIMISM_L2_RPC=https://mainnet.optimism.io
# BASE_L2_RPC=https://mainnet.base.org
# BLAST_L2_RPC=https://rpc.blast.io
# INK_L2_RPC=https://rpc-gel.inkonchain.com
# SONEIUM_L2_RPC=https://rpc.soneium.org
# WORLDCHAIN_L2_RPC=https://worldchain-mainnet.g.alchemy.com/public
# ARBITRUM_L2_RPC=https://arb1.arbitrum.io/rpc
# Testnets (optional)
# SEPOLIA_L1_RPC is shared by both Optimism Sepolia and Arbitrum Sepolia
# SEPOLIA_L1_RPC=https://ethereum-sepolia-rpc.publicnode.com
# SEPOLIA_L2_RPC=https://optimism-sepolia-rpc.publicnode.com
# ARBITRUM_SEPOLIA_L2_RPC=https://sepolia-rollup.arbitrum.io/rpc
# ============================================
# Client-side RPC URLs (public endpoints only — NO API keys!)
# Used for wallet_addEthereumChain suggestions.
# Falls back to public defaults if not set.
# ============================================
# NEXT_PUBLIC_ETHEREUM_RPC=https://eth.llamarpc.com
# NEXT_PUBLIC_OPTIMISM_RPC=https://mainnet.optimism.io
# NEXT_PUBLIC_BASE_RPC=https://mainnet.base.org
# NEXT_PUBLIC_BLAST_RPC=https://rpc.blast.io
# NEXT_PUBLIC_INK_RPC=https://rpc-gel.inkonchain.com
# NEXT_PUBLIC_SONEIUM_RPC=https://rpc.soneium.org
# NEXT_PUBLIC_WORLDCHAIN_RPC=https://worldchain-mainnet.g.alchemy.com/public
# NEXT_PUBLIC_ARBITRUM_RPC=https://arb1.arbitrum.io/rpc
# ============================================
# Feature Flags
# ============================================
# Set to 'true' to enable testnet networks
# NEXT_PUBLIC_ENABLE_TESTNETS=true
# ============================================
# Supabase Configuration (optional - for cloud sync)
# ============================================
# Get these from your Supabase project:
# Dashboard -> Settings -> API
#
# Without these, the app uses localStorage only (works fine)
# NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
# NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
# ============================================
# Analytics (optional)
# ============================================
# NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# ============================================
# Vercel (auto-set by Vercel, no need to configure manually)
# ============================================
# NEXT_PUBLIC_VERCEL_URL=your-app.vercel.app