Skip to content

Commit 4e1805c

Browse files
authored
Update Kurtosis (#254)
* Update Kurtosis * One more fix
1 parent 443d3db commit 4e1805c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ci/kurtosis-params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ optimism_package:
1515
granite_time_offset: 0
1616
isthmus_time_offset: 5
1717
mev_params:
18-
rollup_boost_image: "flashbots/rollup-boost:develop"
18+
image: "flashbots/rollup-boost:develop"
1919
additional_services:
2020
- rollup-boost
2121
- blockscout

scripts/ci/stress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run() {
3232
# the transactions will be included in the canonical blocks and finalized.
3333

3434
# Figure out first the builder's JSON-RPC URL
35-
ROLLUP_BOOST_SOCKET=$(kurtosis port print op-rollup-boost op-rollup-boost-2151908-1-op-kurtosis rpc)
35+
ROLLUP_BOOST_SOCKET=$(kurtosis port print op-rollup-boost op-mev-rollup-boost-2151908-op-kurtosis rpc)
3636
OP_RETH_BUILDER_SOCKET=$(kurtosis port print op-rollup-boost op-el-builder-2151908-1-op-reth-op-node-op-kurtosis rpc)
3737

3838
# Private key with prefunded balance

0 commit comments

Comments
 (0)