cli icon indicating copy to clipboard operation
cli copied to clipboard

`network prepare`: support mainnets launch

Open lumtis opened this issue 3 years ago • 2 comments

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

lumtis avatar Nov 14 '21 15:11 lumtis

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

lumtis avatar May 18 '22 15:05 lumtis