master
parseConfig
func parseConfig(rawData []byte) (c Config, err error) { c = Config{ Chains: make(map[uint32]ChainConfig), }