Skip to content

Commit 66e4e2a

Browse files
fix: Test
1 parent b5b179a commit 66e4e2a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

test/l2/participant/input_parser_test.star

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,22 @@ def test_l2_participant_input_parser_defaults(plan):
204204
},
205205
**_shared_defaults,
206206
),
207+
mev_params=struct(
208+
builder_host=None,
209+
builder_port=None,
210+
image="flashbots/rollup-boost:latest",
211+
labels={
212+
"op.kind": "mev",
213+
"op.network.id": 1000,
214+
"op.network.participant.name": "node1",
215+
"op.mev.type": "rollup-boost",
216+
},
217+
ports={
218+
"rpc": _net.port(number=8541),
219+
},
220+
service_name="op-mev-rollup-boost-1000-my-l2-node1",
221+
type="rollup-boost",
222+
),
207223
),
208224
],
209225
)

0 commit comments

Comments
 (0)