Open tiennampham23 opened 1 year ago
I use BloxRoute to subscribe to the new pending transactions from the mempool and submit the bundles into MEV. Bloxroute supports both itself and FlashBot MEV.
When I submit the bundles into the Bloxroute endpoint, I need to get the Flashbot signature from the Flashbot private key. So I want to split this function into the specific function and reuse it in my project.
Please take a look at my PR.
@metachris @bhakiyakalimuthu PTAL
I use BloxRoute to subscribe to the new pending transactions from the mempool and submit the bundles into MEV. Bloxroute supports both itself and FlashBot MEV.
When I submit the bundles into the Bloxroute endpoint, I need to get the Flashbot signature from the Flashbot private key. So I want to split this function into the specific function and reuse it in my project.
Please take a look at my PR.