-
Notifications
You must be signed in to change notification settings - Fork 22
/
.env.example
64 lines (51 loc) · 1.43 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# accounts private keys [required]
HARVESTER_PK=
KEEPER_PK=
REWARDER_PK=
# internval services [required]
DEFISTATION_ID=beefy.finance
DEFISTATION_KEY=
BEEFY_BROADCAST_API_KEY=
# external services [required]
FLEEK_STORAGE_API_SECRET=
FLEEK_STORAGE_API_KEY=
# Sentry Error Track [required]
# data type: https url
DSN_SENTRY_URL=
# TVL minimum to harvest strat [optional] [default=10e3]
# data type: int
TVL_MINIMUM_TO_HARVEST=
# gas limit [optional] [default=24]
# data type: int {0-24}
GLOBAL_MINIMUM_HARVEST_HOUR_INTERVAL=
# Gas margin above of RPC eth_gasEstimation [optional] [default=20]
# data type: int and porcentagem
GAS_MARGIN=
# Buffer around interval evaluation expressed in seconds [optional] [default=1440]
STRAT_INTERVALS_MARGIN_OF_ERROR=
# rpc [optional]
# data type: string and https url
# <CHAIN ID>_RPC=
BSC_RPC=
# gas limit [optional]
# data type: int and wei unit
# <CHAIN ID>_GAS_LIMIT=
BSC_GAS_LIMIT=
# gas price [optional]
# data type: int and wei unit
# <CHAIN ID>_GAS_PRICE=
BSC_GAS_PRICE=
# gas price cap [optional]
# data type: int and wei unit
# <CHAIN ID>_GAS_PRICE_CAP=
BSC_GAS_PRICE_CAP=
# harvest hour internval [optional] [default=1]
# data type: int {0-24}
# <CHAIN ID>_HARVEST_HOUR_INTERVAL=
BSC_HARVEST_HOUR_INTERVAL=
HECO_HARVEST_HOUR_INTERVAL=
# minimun to unwrap [optional] [default=1e17]
# data type: int and ether unit
# <CHAIN_ID>_WNATIVE_MIN_TO_UNWRAP=
BSC_WNATIVE_MIN_TO_UNWRAP=
HECO_WNATIVE_MIN_TO_UNWRAP=