Files
mev-beta/orig/.env.production.secure
Administrator c54c569f30 refactor: move all remaining files to orig/ directory
Completed clean root directory structure:
- Root now contains only: .git, .env, docs/, orig/
- Moved all remaining files and directories to orig/:
  - Config files (.claude, .dockerignore, .drone.yml, etc.)
  - All .env variants (except active .env)
  - Git config (.gitconfig, .github, .gitignore, etc.)
  - Tool configs (.golangci.yml, .revive.toml, etc.)
  - Documentation (*.md files, @prompts)
  - Build files (Dockerfiles, Makefile, go.mod, go.sum)
  - Docker compose files
  - All source directories (scripts, tests, tools, etc.)
  - Runtime directories (logs, monitoring, reports)
  - Dependency files (node_modules, lib, cache)
  - Special files (--delete)

- Removed empty runtime directories (bin/, data/)

V2 structure is now clean:
- docs/planning/ - V2 planning documents
- orig/ - Complete V1 codebase preserved
- .env - Active environment config (not in git)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 10:53:05 +01:00

63 lines
2.1 KiB
Plaintext

# 🚀 MEV BOT PRODUCTION CONFIGURATION - IMMEDIATE PROFIT MODE
# This is your LIVE TRADING configuration for immediate deployment
# =============================================================================
# 🔥 CRITICAL PRODUCTION SETTINGS - PROFIT OPTIMIZATION
# =============================================================================
# High-performance RPC endpoint
ARBITRUM_RPC_ENDPOINT=wss://arbitrum-mainnet.core.chainstack.com/53c30e7a941160679fdcc396c894fc57
ARBITRUM_WS_ENDPOINT=wss://arbitrum-mainnet.core.chainstack.com/53c30e7a941160679fdcc396c894fc57
ARBITRUM_RPC_ENDPOINT=wss://arbitrum-mainnet.core.chainstack.com/53c30e7a941160679fdcc396c894fc57
ARBITRUM_RPC_ENDPOINT=wss://arbitrum-mainnet.core.chainstack.com/53c30e7a941160679fdcc396c894fc57
# Aggressive rate limits for maximum throughput
RPC_REQUESTS_PER_SECOND=250
RPC_MAX_CONCURRENT=20
BOT_MAX_WORKERS=8
BOT_CHANNEL_BUFFER_SIZE=5000
# 🔐 PRODUCTION SECURITY
MEV_BOT_ENCRYPTION_KEY="i4qwh5vqUxehOdFsdZx0vFvDwKUHcVpGWC0K2BVQn6A="
# 💰 PROFIT MAXIMIZATION SETTINGS
ARBITRAGE_MIN_PROFIT_THRESHOLD=0.001 # 0.1% minimum profit (aggressive)
GAS_PRICE_MULTIPLIER=1.8 # Competitive gas pricing
MAX_SLIPPAGE_TOLERANCE=0.005 # 0.5% max slippage
POSITION_SIZE_ETH=0.1 # Start with 0.1 ETH positions
# 📊 MONITORING & ALERTS
METRICS_ENABLED=true
METRICS_PORT=9090
HEALTH_PORT=8080
LOG_LEVEL=info
LOG_FORMAT=json
# 🏭 PRODUCTION ENVIRONMENT
GO_ENV=production
DEBUG=false
# 💾 STORAGE PATHS
MEV_BOT_KEYSTORE_PATH=keystore/production
MEV_BOT_AUDIT_LOG=logs/production_audit.log
MEV_BOT_BACKUP_PATH=backups/production
# ⚡ PERFORMANCE TUNING
GOMAXPROCS=4
GOGC=100
# 🎯 TARGET EXCHANGES FOR ARBITRAGE
ENABLE_UNISWAP_V2=true
ENABLE_UNISWAP_V3=true
ENABLE_SUSHISWAP=true
ENABLE_BALANCER=true
ENABLE_CURVE=true
# 🔥 DEPLOYED CONTRACTS (PRODUCTION READY)
CONTRACT_ARBITRAGE_EXECUTOR=0xec2a16d5f8ac850d08c4c7f67efd50051e7cfc0b
CONTRACT_FLASH_SWAPPER=0x5801ee5c2f6069e0f11cce7c0f27c2ef88e79a95
CONTRACT_UNISWAP_V2_FLASH_SWAPPER=0xc0b8c3e9a976ec67d182d7cb0283fb4496692593
ARBISCAN_API_KEY=H8PEIY79385F4UKYU7MRV5IAT1BI1WYIVY