2021-04-19 18:21:42 +00:00
|
|
|
---
|
|
|
|
eth2_to_eth1_map:
|
|
|
|
prater: 'goerli'
|
|
|
|
mainnet: 'mainnet'
|
2022-05-25 11:35:12 +00:00
|
|
|
ropsten: 'ropsten'
|
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 }}'
|
2022-08-10 20:31:13 +00:00
|
|
|
geth_node_api_fleet_name: 'nimbus.geth'
|
2022-06-03 10:01:44 +00:00
|
|
|
geth_node_api_consul_names:
|
|
|
|
- 'geth-{{ eth1_network_name | mandatory }}'
|
2022-08-11 17:23:41 +00:00
|
|
|
|
2022-08-10 20:31:13 +00:00
|
|
|
consul_catalog_url: 'http://localhost:8500/v1/catalog'
|