Use alnt token denom (#16)

Part of [laconicd testnet validator enrollment
](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675)

Reviewed-on: cerc-io/testnet-laconicd-stack#16
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
2024-07-30 11:58:25 +00:00
committed by nabarun
parent 776383ac52
commit 8fd09fbb7e
6 changed files with 13 additions and 13 deletions
@@ -83,7 +83,7 @@ Instructions for running laconic registry CLI and console
# Gas limit for txs (default: 200000)
CERC_LACONICD_GAS=
# Max fees for txs (default: 200000photon)
# Max fees for txs (default: 200000alnt)
CERC_LACONICD_FEES=
# Console configuration
@@ -143,7 +143,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
# Gas limit for txs (default: 200000)
CERC_LACONICD_GAS=
# Max fees for txs (default: 200000photon)
# Max fees for txs (default: 200000alnt)
CERC_LACONICD_FEES=
# Console configuration
@@ -225,7 +225,7 @@ laconic-so deployment --dir laconic-console-deployment start
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd 'cat <<EOF > <your-node-moniker>-validator.json
{
"pubkey": $(laconicd cometbft show-validator),
"amount": "900000000photon",
"amount": "900000000alnt",
"moniker": "<your-node-moniker>",
"commission-rate": "0.1",
"commission-max-rate": "0.2",
@@ -239,7 +239,7 @@ laconic-so deployment --dir laconic-console-deployment start
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd 'laconicd tx staking create-validator <your-node-moniker>-validator.json \
--fees 50photon \
--fees 500000alnt \
--chain-id=laconic_9000-1 \
--from <key-name>'
```
@@ -277,7 +277,7 @@ laconic-so deployment --dir laconic-console-deployment start
```bash
# Example
laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type photon --quantity 100000000000"
laconic-so deployment --dir laconic-console-deployment exec cli "laconic registry bond create --type photon --quantity 1000000000000"
```
## Clean up