forked from c29r3/cosmos-discord-faucet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
43 lines (37 loc) · 1008 Bytes
/
config.ini
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
[DEFAULT]
# yes or no
# no - hide an extra output
verbose = yes
[REST]
# how to run:
# sifnodecli rest-server --laddr tcp://localhost:1317 --node tcp://localhost:27657 --chain-id monkey-bars
provider = LCD
[RPC]
provider = RPC_URL
[CHAIN]
# chain-id
id = CHAIN_ID
denomination = FEE_DENOM
# address suffix
BECH32_HRP = BECH32_HRP_PREFIX
decimal = 1e6
[TX]
gas_price = GAS_PRICE
gas_limit = 300000
amount_to_send = SEND_AMOUNT
denomination_list = DENOM_LIST
[FAUCET]
# example: NzzwODazMjc3MTEzMdMxMDg4.Xp0tFA.UFH21gth751uam76fq8EOclSsEb
discord_bot_token = DISCORD_TOKEN
# comma separated list of channels
channels_to_listen = DISCORD_CHANNEL
# how often user can request tokens from faucet (seconds)
# 86400 = 1 day
request_timeout = 86400
# you can specify private key OR seed
private_key = YOUR_PRIVATE_KEY
seed = MNEMONIC
faucet_address = FAUCET_ADDR
[OPTIONAL]
# example: https://morpheus.desmos.network
explorer_url = EXPLORER_URL