Skip to content

Commit

Permalink
Merge pull request #66 from worldcoin/chore/bump-rollup-boost
Browse files Browse the repository at this point in the history
chore: bump rollup-boost
  • Loading branch information
0xOsiris authored Nov 6, 2024
2 parents 94506a5 + 74bd468 commit 517169a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions devnet/src/el_cl_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ op_nethermind = import_module(
op_besu = import_module(
"github.com/ethpandaops/optimism-package/src/el/op-besu/op_besu_launcher.star"
)
op_geth = import_module(
"./el/op-geth/op_geth_launcher.star"
)
op_geth = import_module("./el/op-geth/op_geth_launcher.star")
world_chain = import_module("./el/world-chain/world_chain_launcher.star")
rollup_boost = import_module("./engine/rollup-boost/rollup_boost_launcher.star")

Expand Down
2 changes: 1 addition & 1 deletion devnet/src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DEFAULT_EL_IMAGES = {
}

DEFAULT_ENGINE_IMAGES = {
"rollup-boost": "flashbots/rollup-boost:0.1",
"rollup-boost": "flashbots/rollup-boost:0.2",
}

DEFAULT_CL_IMAGES = {
Expand Down

0 comments on commit 517169a

Please sign in to comment.