Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Etherscan instead of an RPC node to monitor events from a router #62

Open
michprev opened this issue May 9, 2023 · 0 comments
Open

Comments

@michprev
Copy link

michprev commented May 9, 2023

Is there any specific reason for using Etherscan (another service) instead of an RPC node (which is needed anyway) to fetch router events? There is the eth_getLogs JSON-RPC method which can be used instead. Using this would also avoid results pagination which would simplify the poller as pointed out in #61.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant