mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-18 23:18:08 +00:00
chore: default live CLOB host to production
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ impl PolyfillDemo {
|
||||
pub fn new() -> Result<Self> {
|
||||
// Create basic client
|
||||
let config = ClientConfig {
|
||||
base_url: "https://clob-v2.polymarket.com".to_string(),
|
||||
base_url: "https://clob.polymarket.com".to_string(),
|
||||
chain: 137,
|
||||
private_key: None,
|
||||
api_credentials: None,
|
||||
|
||||
Reference in New Issue
Block a user