nabarun
39613f9ee3
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: #4
15 lines
317 B
TOML
15 lines
317 B
TOML
[upstream]
|
|
rpcEndpoint = "http://localhost:26657"
|
|
chainId = "laconic_9000-1"
|
|
denom = "alnt"
|
|
prefix = "laconic"
|
|
gasPrice = "1"
|
|
faucetKey = ""
|
|
|
|
[server]
|
|
port = 3000
|
|
enableRateLimit=false
|
|
transferAmount = 10000000000 # 1 * 10^10 alnt
|
|
periodTransferLimit = 30000000000 # 3 * 10^10 alnt
|
|
dbDir = "db"
|