6. Publish Chain Launch
Publish your chain launch to the Terra Testnet, announcing to all Validators that your chain would launch at a specific time:
feather prod chains publish \ --key <key_name> \ --launch-time <unix_timestamp> \ --repo <repo> \ --stake-dist-strat <strategy>
| Flag | Description | Example |
|---|---|---|
--key | Name of key registered in Register Keys | - |
--launch-time | Unix timestamp (in seconds) of chain deploy time. Use a website to convert a date to a timestamp. | 1735689600 |
--repo | The GitHub repository passed to --repo when running feather dev scaffold ..., with optional suffix of #<branch/tag/commit> | github.com/User/repo_namegithub.com/User/repo#branchgithub.com/User/repo#v1.0.0 |
--stake-dist-strat | The genesis stake distribution strategy to use | equal#v1.0.0terravp#v1.0.0 |
Note
After publishing your chain, a launch ID for your launch will be printed to the console. Save it - you will need it for the next step.