fix: fix to wss subscription sigs

This commit is contained in:
floor-licker
2026-01-03 23:36:11 -05:00
parent 9dffa85410
commit 6da792b2ae
4 changed files with 89 additions and 52 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ impl PolyfillDemo {
info!("=== Demo 8: Streaming Capabilities ===");
// Create a mock WebSocket stream
let _stream = WebSocketStream::new("wss://stream.polymarket.com");
let _stream = WebSocketStream::new("wss://ws-subscriptions-clob.polymarket.com/ws/market");
info!("Created WebSocket stream");