Prathamesh Musale
3649cfb2fa
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: IshaVenikar <ishavenikar7@gmail.com> Co-authored-by: Shreerang Kale <shreerangkale@gmail.com> Reviewed-on: #3 Co-authored-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to> Co-committed-by: Prathamesh Musale <prathamesh@noreply.git.vdb.to>
14 lines
293 B
TOML
14 lines
293 B
TOML
[upstream]
|
|
rpcEndpoint = "http://localhost:26657"
|
|
chainId = "laconic_9000-1"
|
|
denom = "alnt"
|
|
prefix = "laconic"
|
|
gasPrice = "1"
|
|
faucetKey = ""
|
|
|
|
[server]
|
|
port = 3000
|
|
transferAmount = 10000000000 # 1 * 10^10 alnt
|
|
periodTransferLimit = 30000000000 # 3 * 10^10 alnt
|
|
dbDir = "db"
|