Files

15 lines
488 B
Plaintext
Raw Permalink Normal View History

2026-05-25 13:34:33 +03:00
# Status Account setup
PASSWORD = "your-password-here"
2026-06-24 18:08:58 +03:00
NAME = "status-display-name"
2026-05-25 13:34:33 +03:00
MNEMONIC = "phrase_1 phrase_2 phrase_3 phrase_4 phrase_5 phrase_6 phrase_7 phrase_8 phrase_9 phrase_10 phrase_11 phrase_12"
2026-06-19 23:39:31 +03:00
ALCHEMY_TOKEN = "your-alchemy-token"
2026-05-25 13:34:33 +03:00
COINGECKO_API_KEY = "your-coingecko-api-key"
2026-06-24 18:08:58 +03:00
INFURA_TOKEN = "your-infura-token"
2026-05-25 13:34:33 +03:00
# LLM setup
GROQ_API_KEY = "your-groq-api-key"
GROQ_MODEL = "groq-model-name"
# Monitor messages from provided public key
2026-07-17 19:21:58 +03:00
FROM_PUBLIC_KEY = "account-public-key"