From b5a6665de3f5ee227e8fe3d2019449492ab64c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 5 Oct 2022 15:18:29 +0200 Subject: [PATCH] nimbus.ropsten: drop TTD config from extra flags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.ropsten.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/group_vars/nimbus.ropsten.yml b/ansible/group_vars/nimbus.ropsten.yml index 7f7486a..649a28d 100644 --- a/ansible/group_vars/nimbus.ropsten.yml +++ b/ansible/group_vars/nimbus.ropsten.yml @@ -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 }}'