mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-15 16:24:16 +00:00
Jakub Sokołowski
556a495c68
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>
11 lines
336 B
YAML
11 lines
336 B
YAML
---
|
|
# 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)}}'
|
|
|
|
# Ports cannot change
|
|
beacon_node_discovery_port: 9100
|
|
beacon_node_listening_port: 9100
|
|
|
|
# Bootnodes should subscribe to all subnets
|
|
beacon_node_subscribe_all: true
|