dymensionxyz/eibc-client

expose an api endpoint with the health status of the eibc client

Opened this issue · 0 comments

a similar endpoint that the rpc server provides would be great for alerting and observability purpose

$ curl -s localhost:26657/health
{"jsonrpc":"2.0","result":{"isHealthy":true,:"error":""},"id":-1}