Skip to content

Commit 3a1b566

Browse files
authored
Downgrade MEVs to stable versions (#172)
1 parent 01f4996 commit 3a1b566

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

compose-mev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
mev-commitboost:
1313
profiles: [mev-commitboost]
14-
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.8.1-rc.2}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.8.0}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
volumes:
@@ -29,7 +29,7 @@ services:
2929

3030
mev-mevboost:
3131
profiles: [mev-mevboost]
32-
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.10a3}
32+
image: flashbots/mev-boost:${MEV_MEVBOOST_VERSION:-1.9}
3333
command: |
3434
-${NETWORK}
3535
-loglevel=debug

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ services:
148148
# |_| |_| |_|\___| \_/ |_.__/ \___/ \___/|___/\__|
149149

150150
mev-boost:
151-
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.10a3}
151+
image: ${MEVBOOST_IMAGE:-flashbots/mev-boost}:${MEVBOOST_VERSION:-1.9}
152152
profiles: [""]
153153
command: |
154154
-${NETWORK}

0 commit comments

Comments
 (0)