2021-04-19 18:21:42 +00:00
|
|
|
---
|
|
|
|
eth2_to_eth1_map:
|
|
|
|
mainnet: 'mainnet'
|
2022-12-09 07:51:13 +00:00
|
|
|
sepolia: 'sepolia'
|
2021-04-19 18:21:42 +00:00
|
|
|
|
|
|
|
eth2_network_name: '{{ beacon_node_network | mandatory }}'
|
|
|
|
eth1_network_name: '{{ eth2_to_eth1_map[eth2_network_name] | mandatory }}'
|
2024-01-09 10:10:44 +00:00
|
|
|
geth_node_api_consul_name: 'geth-{{ eth1_network_name | mandatory }}'
|
|
|
|
geth_node_api_fleet_names: ['nimbus.geth']
|
2022-08-11 17:23:41 +00:00
|
|
|
|
2022-08-10 20:31:13 +00:00
|
|
|
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|