nimbus.ropsten: drop TTD config from extra flags

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-10-05 15:18:29 +02:00
parent 1773ffb439
commit b5a6665de3
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ beacon_node_validator_monitor_totals: true
# HTTP RPC support is unstable
beacon_node_web3_urls: ['ws://localhost:{{ geth_authrpc_port }}']
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
beacon_node_extra_flags: ['--terminal-total-difficulty-override=50000000000000000']
# Ports
beacon_node_discovery_port: '{{ 9000 + idx|int + 1 }}'
beacon_node_listening_port: '{{ 9000 + idx|int + 1 }}'