factory CosmosNetworkInfo.fromSingleHost({ required String bech32Hrp, required String host, }) { return CosmosNetworkInfo(bech32Hrp: bech32Hrp); }