Skip to content

Commit cfb7ef1

Browse files
authored
Merge pull request #66 from fpco/PERP-4587
Update gRPC for Neutron mainnet
2 parents 7f715d5 + 807c7bc commit cfb7ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cosmos/src/cosmos_network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl CosmosNetwork {
168168
}
169169
// https://docs.injective.network/develop/public-endpoints/
170170
CosmosNetwork::InjectiveMainnet => "https://sentry.chain.grpc.injective.network",
171-
CosmosNetwork::NeutronMainnet => "http://grpc-kralum.neutron-1.neutron.org",
171+
CosmosNetwork::NeutronMainnet => "https://grpc-kralum.neutron-1.neutron.org:443",
172172
CosmosNetwork::NeutronTestnet => "http://grpc-falcron.pion-1.ntrn.tech",
173173
}
174174
}

0 commit comments

Comments
 (0)