jangko 6966324f3b
add our own hive/graphql simulator into hive_integration
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.
2021-05-12 21:21:53 +07:00

17 lines
213 B
JSON

{
"request":
"{ gasPrice }",
"responses": [
{
"data" : {
"gasPrice" : "0x10"
}
},
{
"data" : {
"gasPrice" : "0x1"
}
}
],
"statusCode": 200
}