cli
cli copied to clipboard
`network prepare`: support mainnets launch
Depends on https://github.com/tendermint/starport/pull/1806
Support mainnets from campaign module in prepare commands (fetch accounts and vesting accounts from the campaign module)
[UPDATE]
Depends on https://github.com/tendermint/spn/issues/789
VestingOptionShares will be disabled on spn
If the chain is a mainnet, we need to call the query implemented in https://github.com/tendermint/spn/issues/789 to get accounts for the mainnet
After some investigations, this can be simply managed in SPN node without adding complexity
No changes are made to launch a mainnet, the same query will returns the genesis account from the campaign mainnet accounts https://github.com/tendermint/spn/issues/804