mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-15 23:04:34 +00:00
6966324f3b
now we can run hive/graphql test without using hive or docker. it's useful for debugging session. but lacking nice result report like real hive.
17 lines
213 B
JSON
17 lines
213 B
JSON
{
|
|
"request":
|
|
"{ gasPrice }",
|
|
"responses": [
|
|
{
|
|
"data" : {
|
|
"gasPrice" : "0x10"
|
|
}
|
|
},
|
|
{
|
|
"data" : {
|
|
"gasPrice" : "0x1"
|
|
}
|
|
}
|
|
],
|
|
"statusCode": 200
|
|
} |