Skip to content

Commit f817590

Browse files
authored
Merge pull request #32 from CPerezz/fix-reth-shadowfork-chain-config
Fix Reth shadowfork configuration by adding --chain parameter
2 parents b727fad + ca57abb commit f817590

File tree

1 file changed

+1
-0
lines changed
  • ansible/inventories/devnet-2/group_vars

1 file changed

+1
-0
lines changed

ansible/inventories/devnet-2/group_vars/reth.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ reth_container_volumes:
2222
- "{{ reth_auth_jwt_path }}:/execution-auth.jwt:ro"
2323
- "{{ eth_testnet_config_dir }}:/network-config:ro"
2424
reth_container_command_extra_args:
25+
- --chain=/network-config/genesis.json
2526
- --trusted-peers={{ ethereum_el_bootnodes | join(',') }}
2627
- --http.api=trace,rpc,eth,net,debug,web3,admin
2728
- --full

0 commit comments

Comments
 (0)