mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 13:25:53 +00:00
Jakub Sokołowski
a0b0fa87d3
https://github.com/status-im/infra-nimbus/issues/38 Signed-off-by: Jakub Sokołowski <jakub@status.im>
11 lines
408 B
YAML
11 lines
408 B
YAML
---
|
|
beacon_node_network: 'mainnet'
|
|
beacon_node_cont_tag: 'stable-small'
|
|
beacon_node_web3_url: 'wss://mainnet.infura.io/ws/v3/9e2f2cc13f70432f8b87dbe7d51b81db'
|
|
|
|
# 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
|