Skip to content

Commit

Permalink
fix: removes op-node default param l1.trustrpc (#140)
Browse files Browse the repository at this point in the history
* Network should work without it and can be overridden if needed
  • Loading branch information
zhwrd authored Jan 21, 2025
1 parent e22047a commit 35d4f73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cl/op-node/op_node_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ 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="
+ ethereum_package_constants.PRIVATE_IP_ADDRESS_PLACEHOLDER,
"--p2p.advertise.tcp={0}".format(BEACON_DISCOVERY_PORT_NUM),
Expand Down

0 comments on commit 35d4f73

Please sign in to comment.