mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-16 22:18:07 +00:00
chore: default live CLOB host to production
This commit is contained in:
@@ -18,7 +18,7 @@ async fn main() -> Result<()> {
|
||||
info!("======================");
|
||||
|
||||
// Create client
|
||||
let client = ClobClient::new("https://clob-v2.polymarket.com");
|
||||
let client = ClobClient::new("https://clob.polymarket.com");
|
||||
|
||||
// Test 1: Basic connectivity
|
||||
info!("\nTesting API Connectivity...");
|
||||
|
||||
Reference in New Issue
Block a user