17 lines
213 B
JSON
17 lines
213 B
JSON
|
{
|
||
|
"request":
|
||
|
"{ gasPrice }",
|
||
|
"responses": [
|
||
|
{
|
||
|
"data" : {
|
||
|
"gasPrice" : "0x10"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"data" : {
|
||
|
"gasPrice" : "0x1"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"statusCode": 200
|
||
|
}
|