Check whether RPC and GraphQL endpoints are sync and running same currency

Pre-check before running a command on the network:

  • Check the indexer and the RPC endpoint are sync: same block number and hash, few blocks late on the indexer can be accepted
  • Check they are running the same currency by checking the genesis block hash on the indexer and RPC endpoints
Edited by Moul