2021-03-23 17:44:55 +08:00
|
|
|
---
|
|
|
|
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
|
2021-08-13 22:05:12 +02:00
|
|
|
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
|
2021-03-23 17:44:55 +08:00
|
|
|
|
2021-10-19 15:48:34 +02:00
|
|
|
# Ports cannot change
|
|
|
|
beacon_node_discovery_port: 9100
|
|
|
|
beacon_node_listening_port: 9100
|
|
|
|
|
2021-03-23 17:44:55 +08:00
|
|
|
# Bootnodes should subscribe to all subnets
|
|
|
|
beacon_node_subscribe_all: true
|
2022-09-07 13:45:52 +02:00
|
|
|
|
2023-03-16 00:46:17 +01:00
|
|
|
# Execution layer Enginer API
|
2023-06-26 15:35:49 +02:00
|
|
|
beacon_node_exec_layer_urls: ['http://goerli-01.ih-eu-mda1.nimbus.geth.wg:8552']
|
2023-03-16 00:46:17 +01:00
|
|
|
beacon_node_exec_layer_jwt_secret: '{{ geth_authrpc_jwtsecret }}'
|