set beacon_node_subscribe_all and beacon_node_netkey for prater bootnodes

Signed-off-by: Arthur Koziel <arthur@arthurkoziel.com>
This commit is contained in:
Arthur Koziel 2021-03-23 17:44:55 +08:00
parent 48e2766741
commit 2088c0c92b
No known key found for this signature in database
GPG Key ID: 55B0204F1259CA3A
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true

View File

@ -0,0 +1,5 @@
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true