Skip to content

Commit

Permalink
feat: Change default to the aws okx endpoint (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Johnson <[email protected]>
  • Loading branch information
Eric-Warehime and aljo242 authored Jul 31, 2024
1 parent 725d396 commit f14f732
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 f14f732

Please sign in to comment.