From 0c6ef51dfb46a60a4c25075446301764a85b13f3 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 30 Jan 2024 12:56:02 +0100 Subject: [PATCH] tests: add headfcu.json --- tests/headfcu.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/headfcu.json diff --git a/tests/headfcu.json b/tests/headfcu.json new file mode 100644 index 00000000..00ac59ee --- /dev/null +++ b/tests/headfcu.json @@ -0,0 +1,13 @@ +{ + "jsonrpc": "2.0", + "id": "fcu20", + "method": "engine_forkchoiceUpdatedV3", + "params": [ + { + "headBlockHash": "0x8f64c4436f7213cfdf02cfb9f45d012f1774dfb329b8803de5e7479b11586902", + "safeBlockHash": "0x8f64c4436f7213cfdf02cfb9f45d012f1774dfb329b8803de5e7479b11586902", + "finalizedBlockHash": "0x8f64c4436f7213cfdf02cfb9f45d012f1774dfb329b8803de5e7479b11586902" + }, + null + ] +} \ No newline at end of file