cosmos / chain-registry

Creative Commons Attribution 4.0 International
515 stars 1.25k forks source link

missing grpc endpoint #127

Closed tac0turtle closed 2 years ago

tac0turtle commented 2 years ago

Grpc provides functionality to easily create clients that show all possible queries and possible msg types supported by a chain. As the cosmos ecosystem has adopted grpc already it would be best to include it into the chain registry.

Example: photo_2021-12-29 23 32 31

This would help with building tools like lens from Strangelove

cc @sunnya97

sunnya97 commented 2 years ago

There's a field for it in the schema (https://github.com/cosmos/chain-registry/blob/master/chain.schema.json#L143), and some of the chains have it (i.e. https://github.com/cosmos/chain-registry/blob/master/regen/chain.json#L58). I just don't have this data for most of the chains.

tac0turtle commented 2 years ago

ah okay missed it in the few chains I looked at.