SystemStatus
The SystemStatus type provides information about the last synced block height.
type SystemStatus {
  ethBlockNumber: Int!
  goerliBlockNumber: Int!
}
Fields
ethBlockNumber (Int)
ethBlockNumber the last ETH Mainnet block number synced.
goerliBlockNumber (Int)
goerliBlockNumber the last Goerli Testnet block number synced.