ExportGenesisFile() overwrites all non-gaia related sections of the genesis.json file as it always creates a new one from scratch. Remove cmd/gaia/init.LoadGenesisDoc() in favor of tendermint's types.GenesisDocFromFile(). Closes: #4066
Preparation work for moving gaia out of the SDK.