mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Remove STAGING_REST_HOST and STAGING_WSS_HOST urls from bfxapi/urls.py.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
from .client import Client
|
from .client import Client
|
||||||
|
|
||||||
from .urls import REST_HOST, PUB_REST_HOST, STAGING_REST_HOST, \
|
from .urls import REST_HOST, PUB_REST_HOST, \
|
||||||
WSS_HOST, PUB_WSS_HOST, STAGING_WSS_HOST
|
WSS_HOST, PUB_WSS_HOST
|
||||||
|
|
||||||
NAME = "bfxapi"
|
NAME = "bfxapi"
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
REST_HOST = "https://api.bitfinex.com/v2"
|
REST_HOST = "https://api.bitfinex.com/v2"
|
||||||
PUB_REST_HOST = "https://api-pub.bitfinex.com/v2"
|
PUB_REST_HOST = "https://api-pub.bitfinex.com/v2"
|
||||||
STAGING_REST_HOST = "https://api.staging.bitfinex.com/v2"
|
|
||||||
|
|
||||||
WSS_HOST = "wss://api.bitfinex.com/ws/2"
|
WSS_HOST = "wss://api.bitfinex.com/ws/2"
|
||||||
PUB_WSS_HOST = "wss://api-pub.bitfinex.com/ws/2"
|
PUB_WSS_HOST = "wss://api-pub.bitfinex.com/ws/2"
|
||||||
STAGING_WSS_HOST = "wss://api.staging.bitfinex.com/ws/2"
|
|
||||||
Reference in New Issue
Block a user