14 lines
256 B
TOML
14 lines
256 B
TOML
|
[upstream]
|
||
|
rpcEndpoint = "http://localhost:26657"
|
||
|
chainId = "laconic_9000-1"
|
||
|
denom = "photon"
|
||
|
prefix = "laconic"
|
||
|
gasPrice = "0.01"
|
||
|
faucetKey = ""
|
||
|
|
||
|
[server]
|
||
|
port = 3000
|
||
|
transferAmount = 1000000
|
||
|
periodTransferLimit = 3000000
|
||
|
dbDir = "db"
|