diff --git a/pkg/mev/pkg.go b/pkg/mev/pkg.go index 9cdf299..a46e887 100644 --- a/pkg/mev/pkg.go +++ b/pkg/mev/pkg.go @@ -47,7 +47,7 @@ const ( BloxrouteSimulationBundleMethod = "blxr_simulate_bundle" // FlashbotGetBundleStatsMethod // nolint: gosec - FlashbotGetBundleStatsMethod = "flashbots_getBundleStats" + FlashbotGetBundleStatsMethod = "flashbots_getBundleStatsV2" ETHSendBundleMethod = "eth_sendBundle" EthCallBundleMethod = "eth_callBundle" ETHCancelBundleMethod = "eth_cancelBundle"