-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
59 lines (51 loc) · 1004 Bytes
/
.env.example
File metadata and controls
59 lines (51 loc) · 1004 Bytes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# ========
# = NODE =
# ========
RPC_URL=""
# =========
# = WALLET =
# =========
USER_ADDRESS=""
USER_PRIVATE_KEY=""
# =========
# = AMM SETTINGS =
# =========
TARGET_TOKEN=""
WETH=""
USDT=""
ROUTER=""
# =========
# = TRADE PARAMETERS =
# - Time is expressed in minutes
# - AMT is expressed in ETH
# =========
TX_DELAY_MIN=30
TX_DELAY_MAX=90
MIN_AMT=0.001
BUY_AMT_MEAN=0.01
BUY_AMT_STD_DEV=0.01
# =========
# = STRATEGY =
# Decide if overall taking some profits ( sell more than buy), or accumulating tokens ( buy more than sells)
# Positive percentages (0 to 100) trend towards ETH profit
# Negative percentages (-100 to 0) trend towards token accumulation.
# 0 maintains a neutral strategy.
# =========
STRATEGY_BIAS= 0
# =========
# = OPTIONS =
# =========
SEND_EMAIL_REPORT=false
SEND_TELEGRAM_REPORT=false
# =========
# = EMAIL =
# =========
RECIPIENT=""
EMAIL_ADDR=""
EMAIL_PW=""
# =========
# = TELEGRAM BOT =
# =========
TELEGRAM_CHAT_ID="-"
TELEGRAM_THREAD_ID=""
TELEGRAM_BOT_TOKEN = ""