mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 06:44:12 +00:00
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"request" :"{block(number: 32) { estimateGas(data:{}) }}",
|
|
"responses":[{
|
|
"data" : {
|
|
"block" : {
|
|
"estimateGas" : "0x5208"
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|