migaloo-chain
migaloo-chain copied to clipboard
bad default genesis
The default genesis.json does not work out of the box. It contains multiple "stake" denom references that make lead to crashes.
Steps to Reproduce
$binary init testnode --chain-id migaloo-1 $binary add-genesis-account test 1000000000000uwhale $binary gentx test 1000000000uwhale --chain-id migaloo-1 $binary collect-gentxs $binary validate-genesis
$binary start