2022-09-07 11:45:52 +00:00
|
|
|
---
|
2021-03-23 09:44:55 +00:00
|
|
|
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
2021-08-13 20:05:12 +00:00
|
|
|
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
2021-03-23 09:44:55 +00:00
|
|
|
|
2021-10-19 13:48:34 +00:00
|
|
|
# Ports cannot change
|
|
|
|
beacon_node_discovery_port: 9100
|
|
|
|
beacon_node_listening_port: 9100
|
|
|
|
|
2021-03-23 09:44:55 +00:00
|
|
|
# Bootnodes should subscribe to all subnets
|
|
|
|
beacon_node_subscribe_all: true
|
2022-09-07 11:45:52 +00:00
|
|
|
|
|
|
|
# HTTP RPC support is unstable
|
|
|
|
beacon_node_web3_urls: ['http://goerli-01.he-eu-hel1.nimbus.geth.wg:8552']
|
|
|
|
beacon_node_web3_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|