mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-14 04:58:05 +00:00
chore: default live CLOB host to production
This commit is contained in:
@@ -20,7 +20,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
for i in 1..=20 {
|
||||
let start = Instant::now();
|
||||
let response = client
|
||||
.get("https://clob-v2.polymarket.com/simplified-markets?next_cursor=MA==")
|
||||
.get("https://clob.polymarket.com/simplified-markets?next_cursor=MA==")
|
||||
.send()
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user