Skip to content

Commit

Permalink
Merge pull request #96 from xJonathanLEI/dev/event_filter_optional
Browse files Browse the repository at this point in the history
fix: `EVENT_FILTER` fields should be optional (#96)
  • Loading branch information
ArielElp authored May 16, 2023
2 parents 96002b0 + 45cdfa5 commit da28bcd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,7 @@
}
}
},
"required": [
"from_block",
"to_block",
"address",
"keys"
]
"required": []
},
"BLOCK_ID": {
"title": "Block id",
Expand Down

0 comments on commit da28bcd

Please sign in to comment.