mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-23 02:29:26 +00:00
12 lines
173 B
JSON
12 lines
173 B
JSON
{
|
|
"request":
|
|
"{ syncing {startingBlock currentBlock highestBlock } }",
|
|
|
|
"responses": [{
|
|
"data" : {
|
|
"syncing" : null
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|