Skip to content

Commit

Permalink
feat: get bundle stats v2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan authored Dec 31, 2024
1 parent 93b7362 commit 6662360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mev/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6662360

Please sign in to comment.