prater: fix bootstrap node ports to be 9100

Since we published their addresses with ports being 9100:
https://github.com/eth2-clients/eth2-networks/commit/463d414c

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-10-19 15:48:34 +02:00
parent 1dfba96dec
commit 556a495c68
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 8 additions and 0 deletions

View File

@ -2,5 +2,9 @@
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged. # WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}' beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
# Ports cannot change
beacon_node_discovery_port: 9100
beacon_node_listening_port: 9100
# Bootnodes should subscribe to all subnets # Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true beacon_node_subscribe_all: true

View File

@ -1,5 +1,9 @@
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged. # WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}' beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
# Ports cannot change
beacon_node_discovery_port: 9100
beacon_node_listening_port: 9100
# Bootnodes should subscribe to all subnets # Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true beacon_node_subscribe_all: true