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
|
|
|
|
2023-03-15 23:46:17 +00:00
|
|
|
# Execution layer Enginer API
|
2023-06-26 13:35:49 +00:00
|
|
|
beacon_node_exec_layer_urls: ['http://goerli-01.ih-eu-mda1.nimbus.geth.wg:8552']
|
2023-03-15 23:46:17 +00:00
|
|
|
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|