-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.env
More file actions
37 lines (30 loc) · 1018 Bytes
/
config.example.env
File metadata and controls
37 lines (30 loc) · 1018 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
28
29
30
31
32
33
34
35
36
37
# Telegram Bot Configuration (use TELEGRAM_BOT_TOKEN in code)
TELEGRAM_BOT_TOKEN=your_bot_token_from_botfather
BOT_TOKEN=your_bot_token_from_botfather
WEBHOOK_URL=https://your-project.up.railway.app
WEBHOOK_SECRET_TOKEN=generate_with_openssl_rand_hex_32
# Cloud LLM (Grok/xAI recommended for Pattern Blue)
LLM_PROVIDER=xai
XAI_API_KEY=your_xai_api_key_here
# Alternatives: OPENAI_API_KEY, ANTHROPIC_API_KEY, TOGETHER_API_KEY
# ClawnX API Configuration
CLAWNX_API_KEY=your_clawnx_api_key_here
# Optional: Additional API Keys
DEXSCREENER_API_KEY=
BIRDEYE_API_KEY=
COINGECKO_API_KEY=
# Bot Settings
DEBUG=false
LOG_LEVEL=INFO
# TAP Protocol Configuration
TAP_ENABLED=true
TAP_TOKEN_CONTRACT=9mtKd1o8Ht7F1daumKgs5D8EdVyopWBfYQwNmMojpump
TAP_SETTLEMENT_ENABLED=true
# x402 Integration (Enhanced)
X402_API_ENDPOINT=https://x402.redacted.ai
X402_WALLET_KEY=your-x402-wallet-private-key
X402_SETTLEMENT_ENABLED=true
X402_VALIDATION_TIMEOUT=30
# TAP Cache Settings
TAP_CACHE_CLEANUP_INTERVAL=300
TAP_MAX_CACHE_SIZE=1000