-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 844 Bytes
/
.env.example
File metadata and controls
27 lines (22 loc) · 844 Bytes
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
# OpenAI Configuration
OPENAI_API_KEY=""
# Chain Configuration
CHAIN_ID="" # Arbitrum Mainnet or Base Mainnet
CHAIN_NAME="" # arbitrum or base
JSON_RPC_URL="" # Your RPC URL
# ConsoleKit Configuration
CONSOLE_API_KEY="" # From console.fi
CONSOLE_BASE_URL=""
EXECUTOR_CLIENT_ID=""
EXECUTOR_REGISTRY_ID="" # Will be set after registration
# Wallet Configuration
EXECUTOR_EOA_PRIVATE_KEY="" # Executor wallet private key
USER_EOA_PRIVATE_KEY="" # Optional: For account deployment
# Data Provider Keys
STAKEKIT_API_KEY="" # From stakek.it
ZERION_API_KEY="" # From zerion.io
# Database Configuration
SUPABASE_URL="" # Your Supabase project URL
SUPABASE_KEY="" # Your Supabase anon key
# Server Configuration
PORT="8000" # API server port