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:
@@ -6,7 +6,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
println!("Benchmark with Keep-Alive Enabled");
|
||||
println!("==================================\n");
|
||||
|
||||
let client = ClobClient::new("https://clob-v2.polymarket.com");
|
||||
let client = ClobClient::new("https://clob.polymarket.com");
|
||||
|
||||
// Start keep-alive
|
||||
println!("Starting keep-alive...");
|
||||
|
||||
Reference in New Issue
Block a user