Skip to content

Commit

Permalink
Merge branch 'main' into bbusa/magi
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Jun 25, 2024
2 parents f24eab3 + 05dcd2e commit e884c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/op-node/op_node_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def get_beacon_config(
"--l1={0}".format(l1_config_env_vars["L1_RPC_URL"]),
"--l1.rpckind={0}".format(l1_config_env_vars["L1_RPC_KIND"]),
"--l1.beacon={0}".format(l1_config_env_vars["CL_RPC_URL"]),
"--l1.trustrpc",
"--p2p.advertise.ip=" + constants.PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--p2p.advertise.tcp={0}".format(BEACON_DISCOVERY_PORT_NUM),
"--p2p.advertise.udp={0}".format(BEACON_DISCOVERY_PORT_NUM),
Expand Down

0 comments on commit e884c9c

Please sign in to comment.