-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy path.env.example
49 lines (37 loc) · 1.55 KB
/
.env.example
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
ANTHROPIC_API_KEY=
OPENROUTER_API_KEY=
TWITTER_USERNAME=
TWITTER_PASSWORD=
TWITTER_EMAIL=
OPENAI_API_KEY=
STARKNET_RPC_URL=
STARKNET_ADDRESS=
STARKNET_PRIVATE_KEY=
# This is the current GraphQL to make the examples work
GRAPHQL_URL=https://api.cartridge.gg/x/sepolia-rc-18/torii
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=
SUI_PRIVATE_KEY= # Sui Mnemonic Seed Phrase (`sui keytool generate ed25519`) , Also support `suiprivatekeyxxxx` (sui keytool export --key-identity 0x63)
SUI_NETWORK=mainnet # must be one of mainnet, testnet, devnet, localnet