Set urls
This commit is contained in:
parent
5ed1dc4f6a
commit
d8592f65f6
|
|
@ -14,6 +14,8 @@ pub const SECRET_KEY_TESTNET: &str =
|
||||||
// URL
|
// URL
|
||||||
pub const URL_TEST: &str = "https://testnet.binance.vision";
|
pub const URL_TEST: &str = "https://testnet.binance.vision";
|
||||||
pub const URL: &str = "https://api1.binance.com";
|
pub const URL: &str = "https://api1.binance.com";
|
||||||
|
pub const FUTURE_URL_TEST: &str = "https://testnet.binancefuture.com";
|
||||||
|
pub const FUTURE_URL: &str = "https://fapi.binance.com";
|
||||||
|
|
||||||
// Select program mode
|
// Select program mode
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq)]
|
||||||
|
|
@ -35,3 +37,4 @@ pub mod signal_association;
|
||||||
pub mod strategy_team;
|
pub mod strategy_team;
|
||||||
pub mod time_checking_team;
|
pub mod time_checking_team;
|
||||||
pub mod value_estimation_team;
|
pub mod value_estimation_team;
|
||||||
|
pub mod future;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user