Replies: 1 comment 4 replies
-
Yeah if the RPC API supports pending filters, it should definitely work. Are you facing any problems? const provider = new ethers.providers.JsonRpcProvider('https://url')
provider.on('pending', console.log) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
I am able to stream pending transactions using this guide https://www.quicknode.com/guides/defi/how-to-stream-pending-transactions-with-ethers-js
Is it possible to do this with a HTTPS endpoint instead of WSS?
Beta Was this translation helpful? Give feedback.
All reactions