Skip to content

Commit

Permalink
fix: fix json config (#2688)
Browse files Browse the repository at this point in the history
this was merged into main without the `test_default_config_file_is_up_to_date`
triggering on the CI.

Co-Authored-By: Gilad Chase <gilad@starkware.com>
  • Loading branch information
giladchase and Gilad Chase authored Dec 16, 2024
1 parent d062b7a commit 3821842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sequencer/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 3821842

Please sign in to comment.