You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @dreygur, eth_newPendingTransactionFilter is disabled by default in op-geth. This is to prevent any transaction leakage/MEV opportunities. There is more context on this here and here.
You can enable it on your own node, but you'll only see transactions in that nodes mempool.
Is
eth_newPendingTransactionFilter
method disabled in Base node?Or can I enable it on my own node?
The text was updated successfully, but these errors were encountered: