chore: default live CLOB host to production

This commit is contained in:
floor-licker
2026-04-28 09:46:06 -03:00
parent e5994d04dd
commit 54c35a7034
19 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
};
// Create client with API credentials only (no private key needed for custodial trading)
let mut client = ClobClient::new("https://clob-v2.polymarket.com");
let mut client = ClobClient::new("https://clob.polymarket.com");
client.set_api_creds(api_creds);
println!("✅ Client configured for custodial API trading");