Files
status-python-sdk/examples/agents/env.example
T
Nick Ninov d0b5b6713e wallet: Alchemy transactions
- Replace Infura and Etherscan API keys with Alchemy one. Alchemy can be used to for Status wallet functionality and fetching transactions.
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-19 23:47:30 +03:00

14 lines
460 B
Plaintext

# Status Account setup
PASSWORD = "your-password-here"
DISPLAY_NAME = "status-display-name"
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"
ALCHEMY_TOKEN = "your-alchemy-token"
COINGECKO_API_KEY = "your-coingecko-api-key"
# LLM setup
GROQ_API_KEY = "your-groq-api-key"
GROQ_MODEL = "groq-model-name"
# Monitor messages from provided public key
FROM_PUBLIC_KEY = "account-public-key