From 382184285cf731b1fda3c7647908c34744af53bd Mon Sep 17 00:00:00 2001 From: giladchase Date: Mon, 16 Dec 2024 10:22:05 +0200 Subject: [PATCH] fix: fix json config (#2688) this was merged into main without the `test_default_config_file_is_up_to_date` triggering on the CI. Co-Authored-By: Gilad Chase --- config/sequencer/default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sequencer/default_config.json b/config/sequencer/default_config.json index 88e74ef29e..7e7fc21d4d 100644 --- a/config/sequencer/default_config.json +++ b/config/sequencer/default_config.json @@ -887,7 +887,7 @@ "rpc_state_reader_config.json_rpc_version": { "description": "The json rpc version.", "privacy": "Public", - "value": "" + "value": "2.0" }, "rpc_state_reader_config.url": { "description": "The url of the rpc server.",