File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments