Update config with alnt token denom #3

Merged
nabarun merged 3 commits from deep-stack/laconic-faucet:iv-rename-token into main 2024-07-30 11:40:37 +00:00

View File

@ -1,13 +1,13 @@
[upstream] [upstream]
rpcEndpoint = "http://localhost:26657" rpcEndpoint = "http://localhost:26657"
chainId = "laconic_9000-1" chainId = "laconic_9000-1"
denom = "photon" denom = "alnt"
prefix = "laconic" prefix = "laconic"
gasPrice = "0.01" gasPrice = "1"
faucetKey = "" faucetKey = ""
[server] [server]
port = 3000 port = 3000
transferAmount = 1000000 transferAmount = 10000000000 # 1 * 10^10 alnt
periodTransferLimit = 3000000 periodTransferLimit = 30000000000 # 3 * 10^10 alnt
dbDir = "db" dbDir = "db"