-
Notifications
You must be signed in to change notification settings - Fork 3
/
.env.example
49 lines (46 loc) · 1016 Bytes
/
.env.example
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
APP_NAME=
#################
# NETWORK #
#################
# Network Used for transaction
PREFERRED_NETWORK="matic-mainnet"
NETWORK_RPC_URL="https://polygon-rpc.com"
##################
# BROWSER CONFIG #
##################
# chromium visibility
# Default: 0
HEADLESS_BROWSER=
##############
# PROFIT #
##############
# Sell Options
# Default: 10 (percent as unit)
SELL_CUTLOSS=
# Default: 5 (percent as unit)
SELL_PROFIT=
##############
# CHECKPOINT #
##############
# Stop Trading At Date: Optional
# Format: YYYY-MM-DD HH:mm (2022-01-05 09:30) (military time)
CHECKPOINT_DATE=
##############
# MAIL #
##############
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=465
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_TO=
MAIL_FROM=
##############
# SLACK #
##############
WEBHOOK_URL=
#################################################
# SEND_TO #
# node sendTo.js --focus=wmatic --method=sendto #
#################################################
BASE_AMOUNT=
WALLET_ADDRESS=