feat: integrate dotenv for secure credential management, update benchmark scripts to load API credentials from .env file, add .env.example template, and ensure .env is properly gitignored for security

This commit is contained in:
floor-licker
2025-12-04 06:49:10 -05:00
parent c81430e768
commit 7c495d8b55
8 changed files with 91 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
# Polymarket API Credentials
# Copy this file to .env and fill in your actual credentials
POLYMARKET_API_KEY=your-api-key-here
POLYMARKET_SECRET=your-secret-here
POLYMARKET_PASSPHRASE=your-passphrase-here