We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f715d5 + 807c7bc commit cfb7ef1Copy full SHA for cfb7ef1
packages/cosmos/src/cosmos_network.rs
@@ -168,7 +168,7 @@ impl CosmosNetwork {
168
}
169
// https://docs.injective.network/develop/public-endpoints/
170
CosmosNetwork::InjectiveMainnet => "https://sentry.chain.grpc.injective.network",
171
- CosmosNetwork::NeutronMainnet => "http://grpc-kralum.neutron-1.neutron.org",
+ CosmosNetwork::NeutronMainnet => "https://grpc-kralum.neutron-1.neutron.org:443",
172
CosmosNetwork::NeutronTestnet => "http://grpc-falcron.pion-1.ntrn.tech",
173
174
0 commit comments