Skip to content

Commit

Permalink
update broken ws endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
qustavo committed Mar 27, 2023
1 parent 1e149e7 commit fdb8d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type Client struct {

func New() (*Client, error) {
dialer := websocket.Dialer{}
conn, _, err := dialer.Dial("wss://mempool.space/ws", nil)
conn, _, err := dialer.Dial("wss://mempool.space/api/v1/ws", nil)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit fdb8d40

Please sign in to comment.