cosmos-validator-watcher
cosmos-validator-watcher copied to clipboard
[Feature] - Support valoper address
Could the code be updated to support the valoper address rather than the validator pubkey address. The valoper address is easier to acquire since most explorers show it.
Hey, thanks for the suggestion. That's also something I had in mind.
It won't work for all chains, since some don't use the staking module, or use a custom version, not mentioning consumer chains. That's why I initially used the Tendermint address that is the base of cosmos-sdk. But that can do the job for most of them 👍