Skip to content

Commit

Permalink
change internal back to public
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkthere committed Oct 14, 2022
1 parent 97727ed commit 848b342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/delivery/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type UserDataEventReasonType string

// Endpoints
const (
baseApiMainUrl = "https://dapi8.binance.com"
baseApiMainUrl = "https://dapi.binance.com"
baseApiTestnetUrl = "https://testnet.binancefuture.com"
)

Expand Down Expand Up @@ -460,4 +460,4 @@ func (c *Client) NewCreateBatchOrdersService() *CreateBatchOrdersService {
// NewCancelMultiplesOrdersService init get position mode service
func (c *Client) NewCancelMultiplesOrdersService() *CancelMultiplesOrdersService {
return &CancelMultiplesOrdersService{c: c}
}
}

0 comments on commit 848b342

Please sign in to comment.