nimbus-eth1/hive_integration/nodocker/graphql/testcases/40_eth_syncing.json

12 lines
173 B
JSON

{
"request":
"{ syncing {startingBlock currentBlock highestBlock } }",
"responses": [{
"data" : {
"syncing" : null
}
}],
"statusCode": 200
}