Add .env.sample, update .gitignore, and implement ClobClient initialization

This commit is contained in:
Nawaz Haider
2026-01-01 18:56:35 +06:00
parent bac5bca57d
commit e28202828e
5 changed files with 94 additions and 1 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
LOG_FOLDER = "logs/"
GAMMA_API_URL = "https://gamma-api.polymarket.com"
REQUEST_TIMEOUT = 5
POLYMARKET_HOST = "https://clob.polymarket.com"
CHAIN_ID = 137
REQUEST_TIMEOUT = 5
PROFIT_MARGIN = 0.02