Calling eth_getLogs on FEVM Ethereum JSON RPC API, get empty result #639
trruckerfling
started this conversation in
Developers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reported by @ilyalukyanov (OP):
In mainnet, when connected to Ankr or Chainstack RPCs and you call this:
getting null response and can't identify if node is not at block yet or its an empty result:
Try this fix from @maciejwitokski:
Connect to Glif RPC instead, where
eth_getLogs
should return this response format:The message here indicates the error that block is not found.
Beta Was this translation helpful? Give feedback.
All reactions