nabarun
d92a1febed
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: cerc-io/testnet-laconicd-stack#33
13 lines
341 B
TOML
13 lines
341 B
TOML
[upstream]
|
|
rpcEndpoint = "REPLACE_WITH_CERC_LACONICD_RPC_ENDPOINT"
|
|
chainId = "REPLACE_WITH_CERC_LACONICD_CHAIN_ID"
|
|
prefix = "REPLACE_WITH_CERC_LACONICD_PREFIX"
|
|
gasPrice = "REPLACE_WITH_CERC_LACONICD_GAS_PRICE"
|
|
faucetKey = "REPLACE_WITH_CERC_FAUCET_KEY"
|
|
denom = "alnt"
|
|
|
|
[server]
|
|
port=3000
|
|
enableRateLimit=false
|
|
dbDir = "db"
|