-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.example.env
27 lines (21 loc) · 906 Bytes
/
.example.env
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
CHAIN_ID=localterra
# these 3 env vars will be override by vars set in docker-compose when running in docker
REDIS_ENDPOINT=redis://localhost:6379
LCD_ENDPOINT=http://localhost:1317
WEBSOCKET_ENDPOINT=ws://localhost:26657/websocket
# if you only want to run the bot, you only need to set MNEMONIC_KEY as that's the key used by bot
MNEMONIC_KEY=
# TESTER_MNEMONIC_KEY is only used for test script (e.g. create job, update job, etc)
TESTER_MNEMONIC_KEY=
# only required when running localterra, for testnet and mainnet we get address maintained by sdk
WARP_CONTROLLER_ADDRESS=
WARP_RESOLVER_ADDRESS=
# enable it to use skip to accelerate
ENABLE_SKIP=false
SKIP_RPC=http://pisco-1-api.skip.money
# monitoring
ENABLE_SENTRY=false
SENTRY_DSN=sentry_url
# filter low reward jobs, if job reward is smaller than MIN_REWARD, bot will not execute the job
# in uluna, 100000 uluna = 0.1 LUNA
MIN_REWARD=100000