We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c221cb commit 85a95a8Copy full SHA for 85a95a8
2 files changed
compose-mev.yml
@@ -29,7 +29,7 @@ services:
29
30
mev-mevboost:
31
profiles: [mev-mevboost]
32
- image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.9}
+ image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10a3}
33
command: |
34
-${NETWORK}
35
-loglevel=debug
docker-compose.yml
@@ -148,7 +148,7 @@ services:
148
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
149
150
mev-boost:
151
- image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9}
+ image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a3}
152
profiles: [""]
153
154
0 commit comments