mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-09 20:06:52 +00:00
d0782cdb0d
following recent fixes in upstream hive, we also update our graphql resolvers
14 lines
254 B
JSON
14 lines
254 B
JSON
{
|
|
"request": "{block{account(address: \"0xdeaff00ddeaff00ddeaff00ddeaff00ddeaff00d\") { balance } }}",
|
|
"responses": [{
|
|
"data": {
|
|
"block": {
|
|
"account": {
|
|
"balance": "0x0"
|
|
}
|
|
}
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|