Skip to content

Commit b15f448

Browse files
committed
mev-boost-v1.10.1
1 parent 9e762b6 commit b15f448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/services/config/mev-boost-config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
// Constants
1111
const (
12-
mevBoostTagProd string = "flashbots/mev-boost:1.10"
13-
mevBoostTagTest string = "flashbots/mev-boost:1.10"
12+
mevBoostTagProd string = "flashbots/mev-boost:1.10.1"
13+
mevBoostTagTest string = "flashbots/mev-boost:1.10.1"
1414
mevDocsUrl string = "https://docs.rocketpool.net/guides/node/mev.html"
1515
RegulatedRelayDescription string = "Select this to enable the relays that comply with government regulations (e.g. OFAC sanctions), "
1616
UnregulatedRelayDescription string = "Select this to enable the relays that do not follow any sanctions lists (do not censor transactions), "

0 commit comments

Comments
 (0)