8. Perform Pre-Launch Tasks
Warning
- This must be run before the chain launch time
- Running this means that no other validators can join your chain - ensure that you have approved all validators that you want first
Before a chain launches, chain deployers must sign the genesis messages to delegate the configured bond_denom to validators, and post it on chain.
To perform these pre-launch admin tasks, run the following:
feather chaindeployer admin --key <key_name> --launch-id <launch_id>
| Flag | Description | Example |
|---|---|---|
--key | Name of key registered in Register Keys | - |
--launch-id | Launch ID of your chain | 10 |
--verbose | Enable verbose logging | true |