diff --git a/simulators/ethereum/graphql/testcases/42_graphql_blocks_byRange.json b/simulators/ethereum/graphql/testcases/42_graphql_blocks_byRange.json index 10f3e10022..316264a8bf 100644 --- a/simulators/ethereum/graphql/testcases/42_graphql_blocks_byRange.json +++ b/simulators/ethereum/graphql/testcases/42_graphql_blocks_byRange.json @@ -1,7 +1,7 @@ { "request": - "{blocks (from : \"0x1e\", to: \"0x20\") { number gasUsed gasLimit hash nonce stateRoot receiptsRoot transactionCount }} ", + "{blocks (from : 30, to: 32) { number gasUsed gasLimit hash nonce stateRoot receiptsRoot transactionCount }} ", "response":{