Closed tac0turtle closed 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.
ah okay missed it in the few chains I looked at.
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:
This would help with building tools like lens from Strangelove
cc @sunnya97