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
@@ -20,7 +20,7 @@ impl Default for TestConfig {
fn default() -> Self {
Self {
host: env::var("POLYMARKET_HOST")
.unwrap_or_else(|_| "https://clob-v2.polymarket.com".to_string()),
.unwrap_or_else(|_| "https://clob.polymarket.com".to_string()),
chain: env::var("POLYMARKET_CHAIN_ID")
.unwrap_or_else(|_| "137".to_string())
.parse()