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:
parent
1dfba96dec
commit
556a495c68
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue