node's lcd wants snake_case, but lcdClients supports camelCase. According to the issues below, we can get snake_case response by using `prototypes.parser.keepCase` as true. https://github.com/hyperweb-io/telescope/issues/194 typeUrl of ProtoMsg is defined as type_url, which seems to cause a problem in GlobalDecoderRegistry.register.