13 lines
259 B
TOML
13 lines
259 B
TOML
|
[upstream]
|
||
|
rpcEndpoint = "REPLACE_WITH_CERC_LACONICD_RPC_ENDPOINT"
|
||
|
chainId = "laconic_9000-1"
|
||
|
denom = "alnt"
|
||
|
prefix = "laconic"
|
||
|
gasPrice = "1"
|
||
|
faucetKey = "REPLACE_WITH_CERC_FAUCET_KEY"
|
||
|
|
||
|
[server]
|
||
|
port=3000
|
||
|
enableRateLimit=false
|
||
|
dbDir = "db"
|