From ec344f2afb1d8e4cfff451c9789af1907a791ec6 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 12 Jun 2025 16:43:24 +0530 Subject: [PATCH] Update default vars values --- .../cosmos-multisig-app/cosmos-multisig-vars.example.yml | 6 +++--- playbooks/first-validator/first-validator-vars.example.yml | 2 +- playbooks/validator/validator-vars.example.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml index 135a162..0abc814 100644 --- a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml +++ b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml @@ -2,7 +2,7 @@ next_public_multichain: false # The name of the blockchain registry -next_public_registry_name: "laconic" +next_public_registry_name: "laconic-mainnet" # URL or path to the blockchain's logo next_public_logo: "" @@ -25,8 +25,8 @@ next_public_denom: "alnt" # The display denomination of the native token next_public_display_denom: "ALNT" -# The exponent for the display denomination (e.g., 18 for 10^18). -next_public_display_denom_exponent: 18 +# The exponent for the display denomination +next_public_display_denom_exponent: 0 # JSON array of asset definitions, including denom units, base, name, display, and symbol next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"}]' diff --git a/playbooks/first-validator/first-validator-vars.example.yml b/playbooks/first-validator/first-validator-vars.example.yml index 6ea4197..933aa8c 100644 --- a/playbooks/first-validator/first-validator-vars.example.yml +++ b/playbooks/first-validator/first-validator-vars.example.yml @@ -11,7 +11,7 @@ cerc_chain_id: "laconic-mainnet" # Set to true to enable TMKMS (Tendermint Key Management System) for this node # If true, the node will use an external TMKMS for signing validator operations -tmkms_enabled: false +tmkms_enabled: # Minimum gas price for transactions, in ALNT (e.g., 0.001alnt) min_gas_price: 0.001 diff --git a/playbooks/validator/validator-vars.example.yml b/playbooks/validator/validator-vars.example.yml index bd857af..a71f858 100644 --- a/playbooks/validator/validator-vars.example.yml +++ b/playbooks/validator/validator-vars.example.yml @@ -14,7 +14,7 @@ cerc_peers: "" # Set to true to enable TMKMS (Tendermint Key Management System) for this node # If true, the node will use an external TMKMS for signing validator operations -tmkms_enabled: false +tmkms_enabled: # The chain ID for the blockchain network cerc_chain_id: "laconic-mainnet"