We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686e5d0 commit 5c04b41Copy full SHA for 5c04b41
hildr-node/src/test/java/io/optimism/rpc/RpcServerTest.java
@@ -71,7 +71,7 @@ void testRpcServerStart() throws Exception {
71
72
ObjectMapper mapper = new ObjectMapper();
73
JsonRpcRequest jsonRpcRequest = new JsonRpcRequest(
74
- "2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"7900000"});
+ "2.0", RpcMethod.OP_OUTPUT_AT_BLOCK.getRpcMethodName(), new Object[] {"0x788B60"});
75
jsonRpcRequest.setId(new JsonRpcRequestId("1"));
76
var postBody = mapper.writeValueAsBytes(jsonRpcRequest);
77
RequestBody requestBody = RequestBody.create(postBody, MediaType.get("application/json"));
0 commit comments