-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (41 loc) · 1.71 KB
/
.env.example
File metadata and controls
52 lines (41 loc) · 1.71 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
# ===========================================
# Port Monad Configuration
# ===========================================
# Monad Mainnet RPC
MONAD_RPC=https://rpc.monad.xyz
MONAD_CHAIN_ID=143
# Deploy wallet (DO NOT COMMIT REAL PRIVATE KEY)
DEPLOY_PRIVATE_KEY=0x_YOUR_PRIVATE_KEY_HERE
DEPLOY_WALLET=0x_YOUR_WALLET_ADDRESS_HERE
# API Server
API_URL=http://localhost:8000
# Set to true to enable /debug/* endpoints (disable in production)
DEBUG_MODE=true
# Agent wallets (for demo bots - optional)
MINER_PRIVATE_KEY=0x_YOUR_MINER_BOT_PRIVATE_KEY
MINER_WALLET=0x_YOUR_MINER_BOT_WALLET
TRADER_PRIVATE_KEY=0x_YOUR_TRADER_BOT_PRIVATE_KEY
TRADER_WALLET=0x_YOUR_TRADER_BOT_WALLET
GOVERNOR_PRIVATE_KEY=0x_YOUR_GOVERNOR_BOT_PRIVATE_KEY
GOVERNOR_WALLET=0x_YOUR_GOVERNOR_BOT_WALLET
# ===========================================
# WorldGate Contract (Monad Mainnet)
# ===========================================
WORLDGATE_ADDRESS=0x2894D907B3f4c37Cc521352204aE2FfeD78f3463
# ===========================================
# PostgreSQL Database
# ===========================================
DATABASE_URL=postgresql://username:password@localhost:5432/portmonad
# ===========================================
# Moltbook Integration (Optional)
# ===========================================
# Get API keys at: https://www.moltbook.com/api/v1/agents/register
MOLTBOOK_HOST_KEY=your_moltbook_host_api_key
MOLTBOOK_MINER_KEY=your_moltbook_miner_api_key
MOLTBOOK_TRADER_KEY=your_moltbook_trader_api_key
MOLTBOOK_GOVERNOR_KEY=your_moltbook_governor_api_key
# ===========================================
# LLM Integration (OpenRouter)
# ===========================================
OPENROUTER_API_KEY=your_openrouter_api_key
OPENROUTER_MODEL=google/gemini-3-flash-preview