laconic-faucet/environments/local.toml

14 lines
293 B
TOML
Raw Permalink Normal View History

[upstream]
rpcEndpoint = "http://localhost:26657"
chainId = "laconic_9000-1"
denom = "alnt"
prefix = "laconic"
gasPrice = "1"
faucetKey = ""
[server]
port = 3000
transferAmount = 10000000000 # 1 * 10^10 alnt
periodTransferLimit = 30000000000 # 3 * 10^10 alnt
dbDir = "db"