Set https.globalAgent and override https.request to use proxy
for all Polymarket domains. Ensures @polymarket/clob-client
axios calls route through proxy.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add proxy-patch.cjs that patches https.request BEFORE axios is loaded.
This forces all Polymarket API calls through the proxy, including
internal axios instances used by @polymarket/clob-client.
Import patch as very first thing in sniper.js and sniper-tui.js.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>