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
@@ -184,7 +184,7 @@ async fn test_config(
let start = Instant::now();
match client
.get("https://clob-v2.polymarket.com/simplified-markets?next_cursor=MA==")
.get("https://clob.polymarket.com/simplified-markets?next_cursor=MA==")
.send()
.await
{