Skip to content

Commit

Permalink
fix nethermind context name
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Aug 29, 2024
1 parent 7710fe3 commit e7108dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/el/op-nethermind/op_nethermind_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def launch(
ws_port_num=WS_PORT_NUM,
engine_rpc_port_num=ENGINE_RPC_PORT_NUM,
rpc_http_url=http_url,
rpc_ws_url=ws_url,
ws_url=ws_url,
service_name=service_name,
el_metrics_info=[nethermind_metrics_info],
)
Expand Down

0 comments on commit e7108dc

Please sign in to comment.