enable --subscribe-all-subnets for Mainnet bootnodes

https://github.com/status-im/infra-nimbus/issues/38

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-08 15:09:51 +01:00
parent d88c8b44fc
commit a0b0fa87d3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ beacon_node_web3_url: 'wss://mainnet.infura.io/ws/v3/9e2f2cc13f70432f8b87dbe7d51
# 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("passwordstore","service/Nimbus/netkey/"+hostname)}}' beacon_node_netkey: '{{lookup("passwordstore","service/Nimbus/netkey/"+hostname)}}'
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true