migaloo-chain icon indicating copy to clipboard operation
migaloo-chain copied to clipboard

bad default genesis

Open Sen-Com opened this issue 1 year ago • 3 comments

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

Sen-Com avatar Apr 20 '23 07:04 Sen-Com