From b65591cdd22460d0779c9e07232244fb75f6fb13 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Sat, 14 Jun 2025 13:29:54 +0530 Subject: [PATCH] Configure alps in multisig app --- config/network.json | 4 ++-- .../cosmos-multisig-app/cosmos-multisig-vars.example.yml | 2 +- playbooks/cosmos-multisig-app/multisig-usage.md | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config/network.json b/config/network.json index 413fbd6..f49a594 100644 --- a/config/network.json +++ b/config/network.json @@ -21,9 +21,9 @@ "coinDecimals": 0 }, { - "coinDenom": "LPS", + "coinDenom": "ALPS", "coinMinimalDenom": "alps", - "coinDecimals": 18 + "coinDecimals": 0 } ], "feeCurrencies": [ diff --git a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml index 5122874..7ab283b 100644 --- a/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml +++ b/playbooks/cosmos-multisig-app/cosmos-multisig-vars.example.yml @@ -29,7 +29,7 @@ next_public_display_denom: "ALNT" 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"},{"denom_units":[{"denom":"lps","exponent":18},{"denom":"alps","exponent":0}],"base":"alps","name":"Laconic Prepaid Service","display":"LPS","symbol":"LPS"}]' +next_public_assets: '[{"denom_units":[{"denom":"alnt","exponent":0}],"base":"alnt","name":"Laconic Token","display":"ALNT","symbol":"alnt"},{"denom_units":[{"denom":"alps","exponent":0}],"base":"alps","name":"Laconic Prepaid Service","display":"ALPS","symbol":"alps"}]' # Default gas price for transactions next_public_gas_price: "0.001alnt" diff --git a/playbooks/cosmos-multisig-app/multisig-usage.md b/playbooks/cosmos-multisig-app/multisig-usage.md index e73557a..382881f 100644 --- a/playbooks/cosmos-multisig-app/multisig-usage.md +++ b/playbooks/cosmos-multisig-app/multisig-usage.md @@ -32,7 +32,11 @@ - Open Keplr wallet and select the account from which you wish to transfer the funds to the multisig address - - Search for `Laconic Mainnet` and select the network. Select `Send` and paste the multisig address and set desired amount and click on `Next` and approve the transaction + - Search for `Laconic Mainnet`, choose the token you wish to send and select the network + + - Select `Send` and paste the multisig address and set desired amount + + - Click on `Next` and approve the transaction ## Send Transaction From Multisig Address @@ -44,6 +48,8 @@ - Enter the recipient address, amount to be transfered and memo (optional) + - You can either select `alnt` or `alps` as denom + - Click on create transaction - Under Choose wallet to sign, click on `Connect Keplr`