Update multisig playbook to setup deployment on remote machine (#15)

Part of <https://www.notion.so/Create-stacks-for-mainnet-1f2a6b22d4728034be4be2c51decf94e>

Reviewed-on: #15
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit was merged in pull request #15.
This commit is contained in:
2025-06-11 15:05:04 +00:00
committed by nabarun
parent edee217050
commit 6accde384d
7 changed files with 99 additions and 31 deletions
+6 -6
View File
@@ -18,25 +18,25 @@
{
"coinDenom": "ALNT",
"coinMinimalDenom": "alnt",
"coinDecimals": 18
"coinDecimals": 0
}
],
"feeCurrencies": [
{
"coinDenom": "ALNT",
"coinMinimalDenom": "alnt",
"coinDecimals": 18,
"coinDecimals": 0,
"gasPriceStep": {
"low": 0.01,
"average": 0.01,
"high": 0.02
"low": 0.001,
"average": 0.001,
"high": 0.002
}
}
],
"stakeCurrency": {
"coinDenom": "ALNT",
"coinMinimalDenom": "alnt",
"coinDecimals": 18
"coinDecimals": 0
},
"features": [
"stargate",