We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e762b6 commit b15f448Copy full SHA for b15f448
shared/services/config/mev-boost-config.go
@@ -9,8 +9,8 @@ import (
9
10
// Constants
11
const (
12
- mevBoostTagProd string = "flashbots/mev-boost:1.10"
13
- mevBoostTagTest string = "flashbots/mev-boost:1.10"
+ mevBoostTagProd string = "flashbots/mev-boost:1.10.1"
+ mevBoostTagTest string = "flashbots/mev-boost:1.10.1"
14
mevDocsUrl string = "https://docs.rocketpool.net/guides/node/mev.html"
15
RegulatedRelayDescription string = "Select this to enable the relays that comply with government regulations (e.g. OFAC sanctions), "
16
UnregulatedRelayDescription string = "Select this to enable the relays that do not follow any sanctions lists (do not censor transactions), "
0 commit comments