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
@@ -95,7 +95,7 @@ impl PolyfillDemo {
pub fn new() -> Result<Self> {
// Create basic client
let config = ClientConfig {
base_url: "https://clob-v2.polymarket.com".to_string(),
base_url: "https://clob.polymarket.com".to_string(),
chain: 137,
private_key: None,
api_credentials: None,