From 170ae7a320a38c093ea96edc49fe4b79012118d9 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Thu, 29 May 2025 10:26:10 +0530 Subject: [PATCH] Update chain registry name in vars file --- config/network.json | 12 ++++++------ docs/demo.md | 4 ++-- .../cosmos-multisig-vars.example.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/network.json b/config/network.json index 302c664..2c68cdc 100644 --- a/config/network.json +++ b/config/network.json @@ -25,7 +25,12 @@ { "coinDenom": "ALNT", "coinMinimalDenom": "alnt", - "coinDecimals": 18 + "coinDecimals": 18, + "gasPriceStep": { + "low": 0.01, + "average": 0.01, + "high": 0.02 + } } ], "stakeCurrency": { @@ -33,11 +38,6 @@ "coinMinimalDenom": "alnt", "coinDecimals": 18 }, - "gasPriceStep": { - "low": 0.01, - "average": 0.01, - "high": 0.02 - }, "features": [ "stargate", "ibc-transfer" diff --git a/docs/demo.md b/docs/demo.md index 464199c..b2b07ed 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -387,7 +387,7 @@ cp ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-vars.yml ``` - - Update env values in `cosmos-multisig-vars.yml` withyour node RPC URL + - Update env values in `cosmos-multisig-vars.yml` with your node RPC URL ```bash next_public_node_addresses: '["http://localhost:26657"]' @@ -422,7 +422,7 @@ laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f ``` -- The app will be running on `http://localhost:3000/laconic` +- The app will be running on ### Create a multisig with both the validator accounts diff --git a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml index ae2d3ed..94d6266 100644 --- a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml +++ b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml @@ -1,5 +1,5 @@ next_public_multichain: false -next_public_registry_name: "Laconic Mainnet" +next_public_registry_name: "laconic" next_public_logo: "" next_public_chain_id: "laconic-mainnet" next_public_chain_display_name: "Laconic Mainnet" -- 2.45.2