Replies: 1 comment 3 replies
-
Hi @anggapur , We support Tx Pool subscription through gRPC. You can find a list of flags for subcription here, in the txpool subscribe flags category. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm currently working on a project that create a webhook, and this webhook will be able to listen to pending transactions (mempool). But I'm unable to find any clue about subscribe mempool on polygon edge.
I try to subscribe polygon edge's mempool with ethers js, here my code
Note: this code works on public chain (tested on mumbai & goerli)
But it return errors when I try to subscribe to polygon edge, here the error that I got :
After a short research, I found that it seems like polygon edge not yet support subscription for pending transactions ( newPendingTransactions method not supported yet )
polygon-edge/jsonrpc/dispatcher.go
Lines 165 to 175 in cac8de6
is there any other way or trick to listen to polygon edge mempool?
Beta Was this translation helpful? Give feedback.
All reactions