testnet-laconicd-stack/stack-orchestrator/config/laconic-shopify-faucet/config-template.toml
2024-10-28 10:47:18 +05:30

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"