mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-14 21:18:07 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user