mirror of
https://github.com/floor-licker/polyfill-rs.git
synced 2026-08-16 22:18:07 +00:00
fix: fix to wss subscription sigs
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user