Skip to content

Commit eeb7385

Browse files
committed
reorg validators
1 parent e8f4f88 commit eeb7385

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

ansible/inventories/devnet-2/host_vars/lighthouse-geth-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ethereum_node_cl_checkpoint_sync_enabled: true
2-
ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
2+
# ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
33

44

55
lighthouse_container_command_extra_args:

ansible/inventories/devnet-2/host_vars/lighthouse-nethermind-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ nethermind_container_command_extra_args:
2222
- --Sync.PivotTotalDifficulty=58750003716598352816469
2323
- --Init.NetworkId={{ shadowfork_network_id }}
2424

25-
ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
25+
# ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"
1+
# ethereum_node_cl_beacon_endpoint: "https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.bootnode-1.{{ network_subdomain }}"

ansible/inventories/devnet-2/host_vars/teku-erigon-1.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

ansible/inventories/devnet-2/inventory.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ lighthouse-geth-1 ansible_host=206.189.58.47 ipv6=2a03:b0c0:3:f0:0:1:6f7d:9000 c
1313
lighthouse-nethermind-1 ansible_host=157.180.14.230 ipv6=2a01:4f9:3100:37aa::2 cloud=hetzner cloud_region=hel1 validator_start=0 validator_end=100
1414

1515
[lighthouse_reth]
16-
lighthouse-reth-1 ansible_host=157.180.14.227 ipv6=2a01:4f9:3100:37a0::2 cloud=hetzner cloud_region=hel1 validator_start=100 validator_end=200
16+
lighthouse-reth-1 ansible_host=157.180.14.227 ipv6=2a01:4f9:3100:37a0::2 cloud=hetzner cloud_region=hel1 validator_start=100 validator_end=300
1717

1818
[nimbus_besu]
19-
nimbus-besu-1 ansible_host=157.180.14.226 ipv6=2a01:4f9:3100:37af::2 cloud=hetzner cloud_region=hel1 validator_start=200 validator_end=300
19+
nimbus-besu-1 ansible_host=157.180.14.226 ipv6=2a01:4f9:3100:37af::2 cloud=hetzner cloud_region=hel1
2020

2121
[prysm_geth]
2222
;prysm-geth-1 ansible_host=157.180.14.225 ipv6=2a01:4f9:3100:379f::2 cloud=hetzner cloud_region=hel1 validator_start=300 validator_end=400

0 commit comments

Comments
 (0)