-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 945 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 945 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
# Blockchain Configuration
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
POLYGON_RPC_URL=https://polygon-rpc.com
MUMBAI_RPC_URL=https://rpc-mumbai.maticvigil.com
POLYGONSCAN_API_KEY=your_polygonscan_api_key_here
# Contract Addresses (update after deployment)
CONTROLLER_ADDRESS=0x0000000000000000000000000000000000000000
EUSD_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000
EEUR_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000
EXAU_TOKEN_ADDRESS=0x0000000000000000000000000000000000000000
# Bot Configuration
DRY_RUN=true
BOT_POLLING_INTERVAL_MS=30000
MAX_GAS_PRICE_GWEI=50
ENABLE_TELEGRAM_ALERTS=false
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
TELEGRAM_CHAT_ID=your_telegram_chat_id
# Risk Management Overrides (optional)
MAX_NOTIONAL_PER_TX_USD=200000
MAX_NOTIONAL_PER_BLOCK_USD=500000
DEFAULT_COOLDOWN_SECONDS=15
# Monitoring
SENTRY_DSN=your_sentry_dsn_for_error_tracking
LOG_LEVEL=info