Skip to content

Commit

Permalink
Merge branch 'main' into feat/change-faucet-addr
Browse files Browse the repository at this point in the history
  • Loading branch information
zhwrd authored Jan 9, 2025
2 parents a4d0ba4 + 6d6c96e commit 1302f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interop/op-supervisor/op_supervisor_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_supervisor_config(
"OP_SUPERVISOR_L1_RPC": l1_config_env_vars["L1_RPC_URL"],
"OP_SUPERVISOR_L2_CONSENSUS_NODES": ",".join(
[
"http://{0}:{1}".format(
"ws://{0}:{1}".format(
participant.cl_context.ip_addr,
interop_constants.INTEROP_WS_PORT_NUM,
)
Expand Down

0 comments on commit 1302f7c

Please sign in to comment.