-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample_config.json
36 lines (35 loc) · 1020 Bytes
/
sample_config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"live": false,
"interval": "5m",
"testnet": "https://api.vitex.net/test",
"mainnet": "https://api.vitex.net",
"quote_currency": "USDT-000",
"discord_token": "YOUR_DISCORD_TOKEN",
"discord_channel": "YOUR_DISCORD_CHANNEL",
"stoploss": 10,
"takeprofit" : 10,
"status_updates": 2,
"size": 1,
"dynamic_size": true,
"vite_key": "YOUR_VITE_KEY",
"vite_secret": "YOUR_VITE_SECRET",
"viteconnect_address": "VITE_CONNECT_ADDRESS",
"delegation_address": "VITE_DELEGATION_ADDRESS",
"whitelist": [
"ANKR-000_BTC-000",
"AR-000_USDT-000",
"AUTO-000_USDT-000",
"BCH-001_BTC-000",
"BEAM-000_BTC-000",
"BNB-001_USDT-000",
"BSV-000_USDT-000",
"BTC-000_USDT-000",
"ETH-000_BTC-000",
"ETH-000_USDT-000",
"LINK-001_BTC-000",
"LRC-000_USDT-000",
"NANO-001_BTC-000",
"NANO-001_USDT-000",
"ONE-000_BTC-000",
"TRB-000_BTC-000"]
}