Script inspecting validator votes and missing currencies
This Python script fetches live submitted aggregated votes from validators and cross-checks them with oracle-accepted denominations. It displays the missing denominations of votes.
## For Canon
$ python3 votes_inspector.py --network canon
## For mainnet
$ python3 votes_inspector.py --network mainnet
## By Default It will runs for mainnet
$ python3 votes_inspector.py
$ cd inspector_go
// build the binary
$ make build
$ ./build/price_inspector --config <CONFIG.yaml> --network canon