forked from z-korp/agent-pistols
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (39 loc) · 1.36 KB
/
.env.example
File metadata and controls
50 lines (39 loc) · 1.36 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
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
OPENROUTER_API_KEY=
TWITTER_USERNAME=
TWITTER_PASSWORD=
TWITTER_EMAIL=
STARKNET_RPC_URL=
STARKNET_ADDRESS=
STARKNET_PRIVATE_KEY=
# This is the current GraphQL to make the examples work
GRAPHQL_URL=
DRY_RUN=1
# Discord Bot Token (https://discord.com/developers/applications)
# Required Gateway Intents: Server Members, Message Content, Presence
DISCORD_TOKEN=
# Telegram Configuration
# TELEGRAM_STARTUP_CHAT_ID: Chat ID where startup notifications will be sent
TELEGRAM_STARTUP_CHAT_ID=
# GramJS Configuration (required for both bot and user clients)
# TELEGRAM_TOKEN: Bot token from @BotFather (required for bot mode)
TELEGRAM_TOKEN=
# Get these from https://my.telegram.org/apps
TELEGRAM_API_ID=
TELEGRAM_API_HASH=
# Optional: Session string for user authentication
# After first successful interactive login, the app will provide a session string
# Save it here to avoid interactive login in subsequent runs
TELEGRAM_USER_SESSION=
# Hyperliquid Trading Configuration
# HYPERLIQUID_MAIN_ADDRESS: Your main Hyperliquid address (format: 0x...)
# HYPERLIQUID_WALLET_ADDRESS: Your wallet address for trading (format: 0x...)
# HYPERLIQUID_PRIVATE_KEY: Your private key (Keep this secure!)
HYPERLIQUID_MAIN_ADDRESS=
HYPERLIQUID_WALLET_ADDRESS=
HYPERLIQUID_PRIVATE_KEY=
#######################
# Pistols
DEFAULT_NETWORK_ID=KATANA_LOCAL
CHROMA_URL=