Compare commits

...
This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.

2 Commits

View File

@ -8,7 +8,7 @@ import (
"time"
)
const endpoint = "wss://ws-feed.gdax.com"
const endpoint = "wss://ws-feed.pro.coinbase.com"
type Client struct {
msgs chan gdax.Message