forked from cerc-io/laconic-faucet
15 lines
276 B
TOML
15 lines
276 B
TOML
[registry]
|
|
rpcEndpoint = "http://localhost:26657"
|
|
chainId = "laconic_9000-1"
|
|
denom = "photon"
|
|
prefix = "laconic"
|
|
gasPrice = "0.01"
|
|
faucetKey = ""
|
|
|
|
[server]
|
|
port = 3000
|
|
periodInSecs = 60
|
|
transferAmount = 1000000
|
|
periodTransferLimit = 3000000
|
|
dbDir = "db"
|