Skip to content

Commit

Permalink
fix: trust l1 rpc in op-node (#41)
Browse files Browse the repository at this point in the history
- get around lack of support for eth_getProof on local L1
  • Loading branch information
twoshark authored Jun 25, 2024
1 parent c69bf34 commit 05dcd2e
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 05dcd2e

Please sign in to comment.