Skip to content

Commit

Permalink
Merge branch 'main' into eric/refactor-market-conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Johnson authored Aug 1, 2024
2 parents 2a0e5c1 + f14f732 commit 816693f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/websockets/okx/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var DefaultWebSocketConfig = config.WebSocketConfig{
MaxBufferSize: config.DefaultMaxBufferSize,
ReconnectionTimeout: config.DefaultReconnectionTimeout,
PostConnectionTimeout: config.DefaultPostConnectionTimeout,
Endpoints: []config.Endpoint{{URL: URL_PROD}},
Endpoints: []config.Endpoint{{URL: URL_PROD_AWS}},
ReadBufferSize: config.DefaultReadBufferSize,
WriteBufferSize: config.DefaultWriteBufferSize,
HandshakeTimeout: config.DefaultHandshakeTimeout,
Expand Down

0 comments on commit 816693f

Please sign in to comment.