From 3649cfb2faf097cc3ee589138ee36530b786af66 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Tue, 30 Jul 2024 11:40:36 +0000 Subject: [PATCH] Update config with alnt token denom (#3) Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: IshaVenikar Co-authored-by: Shreerang Kale Reviewed-on: https://git.vdb.to/cerc-io/laconic-faucet/pulls/3 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- environments/local.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/environments/local.toml b/environments/local.toml index 87ea2d2..8f47dfd 100644 --- a/environments/local.toml +++ b/environments/local.toml @@ -1,13 +1,13 @@ [upstream] rpcEndpoint = "http://localhost:26657" chainId = "laconic_9000-1" - denom = "photon" + denom = "alnt" prefix = "laconic" - gasPrice = "0.01" + gasPrice = "1" faucetKey = "" [server] port = 3000 - transferAmount = 1000000 - periodTransferLimit = 3000000 + transferAmount = 10000000000 # 1 * 10^10 alnt + periodTransferLimit = 30000000000 # 3 * 10^10 alnt dbDir = "db"