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