Use stage1 chain ID in CLI steps for creating validator

This commit is contained in:
Nabarun 2024-08-10 21:16:31 +05:30
parent 6a57d12137
commit fddc298640

View File

@ -181,7 +181,10 @@ laconic-so deployment --dir testnet-laconicd-deployment start
### Join as testnet validator
* Open the wallet: <https://wallet.laconic.com/>
* Create a validator from the onboarding app:
* Open the wallet: <https://wallet.laconic.com/>
* Add a new network for stage1 laconicd by clicking on `Add Network`
* Change network type to `COSMOS`
* Set Chain ID to `loro-testnet-1`
@ -192,8 +195,6 @@ laconic-so deployment --dir testnet-laconicd-deployment start
* Set Address Prefix to `laconic`
* Set Gas Price to `1`
* Create a validator from the onboarding app:
* Visit the [validator creation](https://loro-signup.laconic.com/validator) page
* If required, connect testnet-onboarding app to the wallet with which onboarding was done on stage0
@ -262,7 +263,7 @@ laconic-so deployment --dir testnet-laconicd-deployment start
```bash
laconic-so deployment --dir testnet-laconicd-deployment exec laconicd "laconicd tx staking create-validator my-validator.json \
--fees 500000alnt \
--chain-id=laconic_9000-1 \
--chain-id=loro-testnet-1 \
--from $KEY_NAME"
```