Skip to content

Commit 024a770

Browse files
authored
Merge pull request #38 from ethpandaops/qu0b/ethrex-full-sync
devnet-2: add --syncmode=full for ethrex nodes
2 parents 0f15d08 + c7e1105 commit 024a770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ethrex_container_command_extra_args:
2323
- --network=/network-config/genesis.json
2424
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
2525
- --builder.gas-limit=80000000
26+
- --syncmode=full
2627

2728
prometheus_config: |
2829
global:

0 commit comments

Comments
 (0)