Skip to content

Commit

Permalink
Fix JSON formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Petrov committed Mar 19, 2024
1 parent d327192 commit dc679b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/read_params/get_events.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"from_block": null,
"to_block": null,
"address": null,
"keys": [],
"continuation_token": null,
"chunk_size": 10
}
]
{
"from_block": null,
"to_block": null,
"address": null,
"keys": [],
"continuation_token": null,
"chunk_size": 10
}
]

0 comments on commit dc679b8

Please sign in to comment.