Prathamesh Musale
abc8c666eb
Part of [Service provider auctions for web deployments](https://www.notion.so/Service-provider-auctions-for-web-deployments-104a6b22d47280dbad51d28aa3a91d75) Co-authored-by: Neeraj <neeraj.rtly@gmail.com> Reviewed-on: #35 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
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"
|