-
Notifications
You must be signed in to change notification settings - Fork 29
/
config.ini
42 lines (36 loc) · 1.02 KB
/
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
[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 = http://127.0.0.1:1317
[RPC]
provider = http://127.0.0.1:27657
[CHAIN]
# chain-id
id = monkey-bars
denomination = rowan
# address suffix
BECH32_HRP = sif
decimal = 1e6
[TX]
gas_price = 10000
gas_limit = 300000
amount_to_send = 5000000,500000000000000,500000000000000,500000000000000,500000000000000
denomination_list = rowan,chot,clink,cusdc,cusdt
[FAUCET]
# example: NzzwODazMjc3MTEzMdMxMDg4.Xp0tFA.UFH21gth751uam76fq8EOclSsEb
discord_bot_token = DISCORD_BOT_TOKEN
# comma separated list of channels
channels_to_listen = tap
# how often user can request tokens from faucet (seconds)
# 10800 = 3 hours
request_timeout = 10800
# you can specify private key OR seed
private_key = YOUR_PRIVATE_KEY
seed = YOUR_SEED
[OPTIONAL]
# example: https://morpheus.desmos.network
explorer_url =