Skip to content

Commit

Permalink
Fix bug: the starknet_getEvents rpc method is failing bug (#537)
Browse files Browse the repository at this point in the history
* fix starknet_getEvents hurl

* change range from block to latest

---------

Co-authored-by: drspacemn <[email protected]>
  • Loading branch information
tonypony220 and drspacemn authored Aug 16, 2023
1 parent 0e3ad94 commit 03c98b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/beerus-rpc/starknet/starknet_getEvents.hurl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Content-Type: application/json
"params": {
"custom_filter": {
"filter": {
"from_block": "latest",
"address": "0x049D36570D4e46f48e99674bd3fcc84644DdD6b96F7C741B1562B82f9e004dC7"
},
"page": {
Expand Down

0 comments on commit 03c98b3

Please sign in to comment.